Create Paroles diff component
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user