...
Codeblock | ||||
---|---|---|---|---|
| ||||
{
"cards": [
{
"categories": [
"shop-shop"
],
"header": {
"label": {
"de": "Lorem ipsum",
"en": "Lorem ipsum"
},
"icon": "fa-image",
"accent": ""
},
"defaultTableLinks": [
"ShopSomething"
],
"settingsTableLinks": [
"ShopSomething"
],
"maintenanceTableLinks": [
"ShopSomething"
],
"relationTableLinks": [
"ShopSomething"
],
"staticLinks": [
{
"icon": "fa-database",
"label": {
"de": "Import",
"en": "Import"
},
"attributes": {
},
"isAuthorizedResource": "Shop/Package.something"
}
],
"helpLinks": [
{
"icon": "fa-database",
"label": {
"de": "Import",
"en": "Import"
},
"attributes": {
}
}
]
}
]
} |
Was sind defaultTableLinks?
...