259
edits
(Install package: OSW Core) |
(Update package: OSW Core) |
||
Line 22: | Line 22: | ||
"de": "Text" | "de": "Text" | ||
}, | }, | ||
"type": "string" | "type": "string", | ||
"minLength": 1, | |||
"options": { | |||
"input_width": "800px", | |||
"inputAttributes": { | |||
"placeholder": "Title of the entry" | |||
}, | |||
"inputAttributes*": { | |||
"de": { | |||
"placeholder": "Titel dieses Eintrags" | |||
} | |||
} | |||
} | |||
}, | }, | ||
"lang": { | "lang": { | ||
Line 34: | Line 46: | ||
"de" | "de" | ||
], | ], | ||
"default": "en" | "default": "en", | ||
"default*": { | |||
"en": "en", | |||
"de": "de" | |||
}, | |||
"options": { | |||
"input_width": "100px" | |||
} | |||
} | } | ||
} | } | ||
} | } |
edits