generator-mc-d8-theme
Version:
Yeoman generator for creating Drupal 8 component based themes.
27 lines (26 loc) • 412 B
JSON
{
"htmlClass": "no-padding",
"primary": true,
"tabs": [
{
"text": "View",
"link": "#view",
"is_active": true
},
{
"text": "Edit",
"link": "#edit",
"is_active": false
},
{
"text": "Delete",
"link": "#delete",
"is_active": false
},
{
"text": "Revisions",
"link": "#revisions",
"is_active": false
}
]
}