silverstripe / silverstripe-admin

Silverstripe Admin Component
BSD 3-Clause "New" or "Revised" License
25 stars 91 forks source link

NEW Add `extra_requirements_i18n` config to `LeftAndMain` #1678

Closed GuySartorelli closed 4 months ago

GuySartorelli commented 4 months ago

Required for https://github.com/silverstripe/silverstripe-linkfield/pull/216

There's already config to add javascript and css so we ought to provide this for i18n as well.

We have other modules which also have an entire extension just for adding i18n, javascript, and css. Technically deleting those extensions would be a breaking API change according to our definition of public API but in an upcoming major release we should delete them and just use config. I'll create a card for that.

Issue