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
Activity
Cody Phillips (Inactive)
created issue -
Cody Phillips (Inactive)
made changes -
Field | Original Value | New Value |
---|---|---|
Description |
Add a new section [Settings] > [Company] > [General] called [Look and Feel]. This 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": [ { "name": "Phillips Data, Inc.", "url": "http://www.blesta.com" } ], "require": { "blesta": ">=3.1.0" } } See related CORE-828, which should also be included under this new section. |
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": [ { "name": "Phillips Data, Inc.", "url": "http://www.blesta.com" } ], "require": { "blesta": ">=3.1.0" } } |
Paul Phillips
made changes -
Security | Private [ 10000 ] |
Paul Phillips
made changes -
Sprint | 3.2 [ 2 ] |
Cody Phillips (Inactive)
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Cody Phillips (Inactive)
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Tyson Phillips (Inactive)
made changes -