-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix deprecated 'settings' in .ang.php
files
#985
Comments
@colemanw one of the things the angular module does at the time of building the settings is to load affix.js from the shoreditch theme extension, which isn't an angular module. Do you have any insights into including javascript from another extension into the js key for the angular module declaration? |
@agileware-fj I believe it is possible to include javascript files outside of the angular directory. This one does it: |
Since 2020, 'settings' are deprecated in favor of 'settingsFactory' and will soon stop being supported altogether.
This is a straightforward fix. For each
.ang.php
file, simply by move thesettings
array into a function.The text was updated successfully, but these errors were encountered: