Generic properties configuration
Configuration of Generic properties is done in the Writer client configuration file
"propertiesConfig": {
"showByDefault": [
"im-ximimage"
],
"properties": [
{
"name": "alignment",
"title": "Alignment",
"plugins": [
"im-imagegallery",
"im-ximimage",
"im-iframely"
],
"values": [
{
"title": "Left",
"value": "left"
},
{
"title": "Right",
"value": "right"
},
{
"title": "Center",
"value": "center"
}
]
},
{
"name": "effect",
"title": "Want big text?",
"plugins": [
"im-teaser"
],
"values": [
{
"title": "Yes box!",
"value": "yes"
},
...Last updated