Skip to content

[Feature] Theme settings text/number input #507

@SpaceEnergy

Description

@SpaceEnergy

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions