feat: add social network component and artiste field
This commit is contained in:
@@ -66,6 +66,11 @@
|
|||||||
"type": "relation",
|
"type": "relation",
|
||||||
"relation": "manyToOne",
|
"relation": "manyToOne",
|
||||||
"target": "api::parole.parole"
|
"target": "api::parole.parole"
|
||||||
|
},
|
||||||
|
"rezoSosyal": {
|
||||||
|
"type": "component",
|
||||||
|
"repeatable": true,
|
||||||
|
"component": "social.rezo-sosyal"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,38 @@
|
|||||||
|
{
|
||||||
|
"collectionName": "components_social_rezo_sosyal",
|
||||||
|
"info": {
|
||||||
|
"displayName": "Rézo Sosyal",
|
||||||
|
"icon": "earth",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
"options": {},
|
||||||
|
"attributes": {
|
||||||
|
"plateforme": {
|
||||||
|
"type": "enumeration",
|
||||||
|
"enum": [
|
||||||
|
"Mastodon",
|
||||||
|
"Peertube",
|
||||||
|
"Pixelfed",
|
||||||
|
"Funkwhale",
|
||||||
|
"Bluesky",
|
||||||
|
"Instagram",
|
||||||
|
"Youtube",
|
||||||
|
"Tiktok",
|
||||||
|
"Spotify",
|
||||||
|
"Deezer",
|
||||||
|
"Applemusic",
|
||||||
|
"Bandcamp",
|
||||||
|
"Soundcloud",
|
||||||
|
"Facebook",
|
||||||
|
"Twitter",
|
||||||
|
"Linktree",
|
||||||
|
"SiteWeb"
|
||||||
|
],
|
||||||
|
"required": true
|
||||||
|
},
|
||||||
|
"url": {
|
||||||
|
"type": "string",
|
||||||
|
"required": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user