Details
-
Type: New Feature
-
Status: Closed
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.0.0
-
Fix Version/s: 3.2.0-b1
-
Component/s: None
-
Labels:None
Description
Add a new section [Settings] > [Company] called [Look and Feel]. This section should have the following items:
[Themes]
[View Template]
[Custom Content] - CORE-828
[Settings] > [Company] > [General] > [Themes] should be moved to [Settings] > [Company] > [Look and Feel] > [Themes].
[View Template] should have an option to select the client view (auto-detect from reading file system in /app/views/client/*).
Each view should have a config.json file that contains:
{
"version": "1.0.0",
"name": "View template name",
"description": "Description of view template",
"authors": [
],
"require":
}
Issue Links
- relates to
-
CORE-1162 Missing language definitions for new theme permissions
- Closed
Default theme is hard-coded in AppController, the AdminTheme, and the ClientTheme controllers.