Create album and liens component
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"collectionName": "components_store_albums",
|
||||||
|
"info": {
|
||||||
|
"displayName": "Album",
|
||||||
|
"icon": "music"
|
||||||
|
},
|
||||||
|
"options": {},
|
||||||
|
"attributes": {
|
||||||
|
"url": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"collectionName": "components_url_liens",
|
||||||
|
"info": {
|
||||||
|
"displayName": "Liens",
|
||||||
|
"icon": "hand-pointer"
|
||||||
|
},
|
||||||
|
"options": {},
|
||||||
|
"attributes": {
|
||||||
|
"url": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user