Create album and liens component

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-12 13:59:51 +04:00
parent b25792be73
commit ee51ebb6c5
2 changed files with 26 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"collectionName": "components_store_albums",
"info": {
"displayName": "Album",
"icon": "music"
},
"options": {},
"attributes": {
"url": {
"type": "string"
}
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"collectionName": "components_url_liens",
"info": {
"displayName": "Liens",
"icon": "hand-pointer"
},
"options": {},
"attributes": {
"url": {
"type": "string"
}
}
}