If i set these 2 settings on my grid, and go set both properties on a page and save. They will get applied to the frontend. But when i go to the page again in the backend, the properties is not set anymore. Dunno if its because im using the same view.
[
{
"label": "Random",
"description": "Hvis denne sættes vil alle kolonner i rækken blive vist i tilfældig rækkefølge",
"key": "data-random",
"view": "boolean",
"modifier": "js-random-cols{0}",
"applyTo": "row"
},
{
"label": "Fuldbredde",
"description": "Hvis denne sættes vil rækken bryde de omkring liggende rammer og gå til kant af skærmen",
"key": "class",
"view": "boolean",
"modifier": "js-fullwidth-{0}",
"applyTo": "row"
}
]
multiple grid settings not visible after saving
If i set these 2 settings on my grid, and go set both properties on a page and save. They will get applied to the frontend. But when i go to the page again in the backend, the properties is not set anymore. Dunno if its because im using the same view.
is working on a reply...