472
edits
(Update package: OSW Core) |
(Update package: OSW Core) |
||
Line 23: | Line 23: | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
"minLength": 1 | "format": "textarea", | ||
"minLength": 1, | |||
"options": { | |||
"input_width": "800px" | |||
} | |||
}, | }, | ||
"lang": { | "lang": { | ||
Line 35: | Line 39: | ||
"de" | "de" | ||
], | ], | ||
"default": "en" | "default": "en", | ||
"default*": { | |||
"en": "en", | |||
"de": "de" | |||
}, | |||
"options": { | |||
"input_width": "100px" | |||
} | |||
} | } | ||
} | } | ||
} | } |
edits