15 linhas
887 B
JSON
15 linhas
887 B
JSON
{
|
|
"ceci-<%= name %>": "<%= name %>",
|
|
"ceci-<%= name %>/attributes/label": "Click Me",
|
|
"ceci-<%= name %>/attributes/label/label": "Label",
|
|
"ceci-<%= name %>/attributes/label/description": "Text shown on the button.",
|
|
"ceci-<%= name %>/attributes/value/label": "Value",
|
|
"ceci-<%= name %>/attributes/value/description": "Value sent by the button.",
|
|
"ceci-<%= name %>/attributes/textcolor/label": "Text Color",
|
|
"ceci-<%= name %>/attributes/textcolor/description": "Color of the text on the button's label.",
|
|
"ceci-<%= name %>/attributes/buttoncolor/label": "<%= name %> Color",
|
|
"ceci-<%= name %>/attributes/buttoncolor/description": "Background color of the button.",
|
|
"ceci-<%= name %>/attributes/buttonactivecolor/label": "Button Active Color",
|
|
"ceci-<%= name %>/attributes/buttonactivecolor/description": "Background color of the button while it is being clicked or tapped."
|
|
}
|