You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means we can now add all javascript, css, and i18n js to LeftAndMain via configuration. We should not have entire extensions dedicated to that, it's too hamfisted.
Acceptance criteria
Identify instances where there are LeftAndMain extensions that could be replaced with yml
Some of our modules use an
Extension
class to add i18n js, normal js, and css toLeftAndMain
. E.g. this extension in asset-admin.In silverstripe/silverstripe-admin#1678 we introduced a new
LeftAndMain.extra_requirements_i18n
configuration property.This means we can now add all javascript, css, and i18n js to
LeftAndMain
via configuration. We should not have entire extensions dedicated to that, it's too hamfisted.Acceptance criteria
CMS 5 PRs
CMS 6 PRs
Important
Don't merge these until the CMS 5 PRs have been merged up and the PRs have been rebased.
The text was updated successfully, but these errors were encountered: