Create Paroles diff component

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-12-09 04:41:56 +04:00
parent 215c5df514
commit 68b15a268e
2 changed files with 38 additions and 0 deletions
@@ -85,6 +85,11 @@
},
"prioriteArtistes": {
"type": "string"
},
"difference": {
"type": "component",
"repeatable": true,
"component": "difference.paroles-diff"
}
}
}
@@ -0,0 +1,33 @@
{
"collectionName": "components_diff_paroles_diffs",
"info": {
"displayName": "Paroles diff",
"icon": "american-sign-language-interpreting",
"description": ""
},
"options": {},
"attributes": {
"paroles": {
"type": "richtext"
},
"date": {
"type": "datetime"
},
"sources": {
"type": "enumeration",
"enum": [
"transcription",
"francais",
"anglais",
"espagnol",
"allemand",
"italien"
]
},
"admin_user": {
"type": "relation",
"relation": "oneToOne",
"target": "admin::user"
}
}
}