Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blocks/cards/_cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@
"value": ""
},
{
"name": "Mayura Blue",
"name": "Dark background style",
"value": "modal-mayura-blue"
},
{
"name": "Mayura Silver",
"name": "Silver background style",
"value": "modal-mayura-silver"
}
]
Expand Down
12 changes: 2 additions & 10 deletions blocks/tabs/_tabs.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,12 @@
"value": ""
},
{
"name": "Silver with Blue Text",
"name": "Silver with dark text",
"value": "silver-blue-text"
},
{
"name": "Silver with Red Text",
"value": "silver-red-text"
},
{
"name": "Blue with White Text",
"name": "Dark with white text (default)",
"value": "blue-white-text"
},
{
"name": "Red with White Text",
"value": "red-white-text"
}
]
}
Expand Down
29 changes: 10 additions & 19 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"component": "boolean",
"name": "analytics-disable",
"label": "Remove analytics",
"description": "Toggle on to remove analytics"
"description": "(placeholder for future use)"
},
{
"component": "boolean",
"name": "vwo-disable",
"label": "Remove VWO",
"description": "Toggle on to remove Visual Web Optimizer"
"description": "(placeholder for future use)"
},
{
"component": "text",
Expand Down Expand Up @@ -76,11 +76,10 @@
"label": "Canonical URL"
},
{
"component": "aem-tag",
"component": "text",
"name": "tags",
"valueType": "string",
"label": "Keywords/Tags",
"rootPath": "content/cq:tags"
"label": "Keywords/Tags comma separated"
},
{
"component": "text",
Expand Down Expand Up @@ -337,11 +336,11 @@
"value": "entrance-animation"
},
{
"name": "(Tabs) Blue with White Text",
"name": "(Tabs) Dark with white text",
"value": "blue-white-text"
},
{
"name": "(Tabs) Silver with Blue Text",
"name": "(Tabs) Silver with dark text",
"value": "silver-blue-text"
}
]
Expand Down Expand Up @@ -1397,11 +1396,11 @@
"value": ""
},
{
"name": "Mayura Blue",
"name": "Dark background style",
"value": "modal-mayura-blue"
},
{
"name": "Mayura Silver",
"name": "Silver background style",
"value": "modal-mayura-silver"
}
]
Expand Down Expand Up @@ -2616,20 +2615,12 @@
"value": ""
},
{
"name": "Silver with Blue Text",
"name": "Silver with dark text",
"value": "silver-blue-text"
},
{
"name": "Silver with Red Text",
"value": "silver-red-text"
},
{
"name": "Blue with White Text",
"name": "Dark with white text (default)",
"value": "blue-white-text"
},
{
"name": "Red with White Text",
"value": "red-white-text"
}
]
}
Expand Down
9 changes: 4 additions & 5 deletions models/_page.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"component": "boolean",
"name": "analytics-disable",
"label": "Remove analytics",
"description": "Toggle on to remove analytics"
"description": "(placeholder for future use)"
},
{
"component": "boolean",
"name": "vwo-disable",
"label": "Remove VWO",
"description": "Toggle on to remove Visual Web Optimizer"
"description": "(placeholder for future use)"
},
{
"component": "text",
Expand Down Expand Up @@ -77,11 +77,10 @@
"label": "Canonical URL"
},
{
"component": "aem-tag",
"component": "text",
"name": "tags",
"valueType": "string",
"label": "Keywords/Tags",
"rootPath": "content/cq:tags"
"label": "Keywords/Tags comma separated"
},
{
"component": "text",
Expand Down
4 changes: 2 additions & 2 deletions models/_section.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
"value": "entrance-animation"
},
{
"name": "(Tabs) Blue with White Text",
"name": "(Tabs) Dark with white text",
"value": "blue-white-text"
},
{
"name": "(Tabs) Silver with Blue Text",
"name": "(Tabs) Silver with dark text",
"value": "silver-blue-text"
}
]
Expand Down
Loading