FEATURE: Allow for configurable site package prefix#44
FEATURE: Allow for configurable site package prefix#44sorenmalling wants to merge 2 commits intob13:mainfrom
Conversation
The newly introduced extension configuration allows to change the site package prefix. By default it's value is site_. Changing this, will only have effect for displayed items in the list of site configuration module.
|
Let's just remove this check alltogether |
And change the field to a simple string? List all packages? I like the idea of separating packages responsible for rendering, hence my proposal |
|
Alternative, mentions in the documentation how you add a extra entry to the site configuration by using SiteConfiguration overrides |
|
I'm not in favor of adding configuration options :) TYPO3 already has tons of them. We could alternatively
|
For reference, our uncommon prefix of packages in charge of rendering is How about this, read the part and look for |
|
It could require a extension of the Package MetaData class, to contain the "extra" part, for a clean access to that data. |
|
Our, use a and use the already available I can provide a PR with a working example |
The newly introduced extension configuration allows to change the site package prefix.
By default it's value is site_. Changing this, will only have effect for displayed items in the list of site configuration module.
Resolves: #43