From ee51ebb6c5996b4b12157af3695962e92ee77fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 12 May 2022 13:59:51 +0400 Subject: [PATCH] Create album and liens component --- src/components/store/album.json | 13 +++++++++++++ src/components/url/liens.json | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 src/components/store/album.json create mode 100644 src/components/url/liens.json diff --git a/src/components/store/album.json b/src/components/store/album.json new file mode 100644 index 0000000..98418ba --- /dev/null +++ b/src/components/store/album.json @@ -0,0 +1,13 @@ +{ + "collectionName": "components_store_albums", + "info": { + "displayName": "Album", + "icon": "music" + }, + "options": {}, + "attributes": { + "url": { + "type": "string" + } + } +} diff --git a/src/components/url/liens.json b/src/components/url/liens.json new file mode 100644 index 0000000..3310bff --- /dev/null +++ b/src/components/url/liens.json @@ -0,0 +1,13 @@ +{ + "collectionName": "components_url_liens", + "info": { + "displayName": "Liens", + "icon": "hand-pointer" + }, + "options": {}, + "attributes": { + "url": { + "type": "string" + } + } +}