Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom properies for material elements #110

Closed
1 of 5 tasks
fincha opened this issue Apr 25, 2019 · 1 comment
Closed
1 of 5 tasks

custom properies for material elements #110

fincha opened this issue Apr 25, 2019 · 1 comment

Comments

@fincha
Copy link

fincha commented Apr 25, 2019

Describe the bug
which template:

  • MaterialDesignFrameworkModule — Material Design
  • Bootstrap3FrameworkModule — Bootstrap 3
  • Bootstrap4FrameworkModule — Bootstrap 4
  • NoFrameworkModule — plain HTML
  • Other (please specify below)

I am wondering how to set primary color on elements?

"layout": [
        {
            "type": "div",
            "display": "flex",
            "flex-direction": "row",
            "items": [
                {
                    "key": "roles.role",
                    "type": "radios",
                    "color": "primary",
                    "titleMap": {
                      "operator": "System operator for mandate",
                      "admin": "System administrator"
                    }
                },
                {"key": "roles.mandate"},
            ]
        },

the "color": "primary", does not work, also there is no documentation on custom properies at all... is there a possibility?

@github-actions
Copy link

github-actions bot commented Apr 2, 2020

Stale issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant