Configuration
Configuration of Generic properties is done in the writer client configuration file
Basic Configuration Example
{
"propertiesConfig": {
"showByDefault": [
"im-ximimage"
],
"properties": [
{
"name": "position",
"title": "Position",
"plugins": [
"im-imagegallery",
"im-ximimage"
],
"values": [
{
"title": "Left",
"value": "left"
},
{
"title": "Right",
"value": "right"
},
{
"title": "Center",
"value": "center"
}
]
},
{
"name": "fullwidth",
"title": "Full Width",
"plugins": [
"im-ximimage"
],
"values": [
{
"title": "Yes",
"value": "1"
}
]
}
]
},
"plugins": ...
}Last updated