Add slug to mizik models

This commit is contained in:
2020-12-13 13:36:58 +01:00
parent 124e30b22f
commit 9e785e78e4
+3
View File
@@ -39,6 +39,9 @@
"type": "component", "type": "component",
"repeatable": true, "repeatable": true,
"component": "store.store" "component": "store.store"
},
"slug": {
"type": "string"
} }
} }
} }