-
-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Before Requesting
- I found no existing issue matching my feature request
- This request is related to Millennium, and not a request for a specific theme/addon
Describe the feature you'd like!
The ability to create theme settings with text/number inputs, e.g., to set variables with text or numbers as a user.
Anything else?
eg. skin.json
"Store - Width": {
"description": "Set a custom Store width",
"default": "1200",
"tab": "Store",
"section": "Other",
"values": {
"num-input": {
"var": { "store-width": "{value}" }
}
}
}
eg. home.css
body {
max-width: var(--store-width)px;
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request