| Current Path : /home/jeromecohp/www/plugins/system/yooessentials/modules/core/config/ |
| Current File : /home/jeromecohp/www/plugins/system/yooessentials/modules/core/config/builder.json |
{
"sources": {
"implode": {
"join": {
"label": "Join",
"type": "select",
"default": "after",
"description": "Join multiple values after or before filters have been applied. If no join is applied the raw value is returned which must be properly handled.",
"options": {
"Do not join": "no",
"After Filters": "after",
"Before Filters": "before"
}
},
"glue": {
"label": "Glue",
"type": "data-list",
"default": ", ",
"description": "Set a glue string to join the multiple values with.",
"options": {
"Space": " ",
"Comma": ", ",
"Pipe": " | ",
"Hyphen": " - "
},
"enable": "implode.join !== 'no'"
}
}
}
}