I need configuration propertys with SourceType.DATABASE
just for storing default textvalues. So far so good. But now
my problem is:
I did not found a way, to enter longtext-values (multiline) into the
standard application configuration.
Is there a way, to force multiline input in the configuration values ?
3. Create a custom property editor (extend cuba application properties default screen to display a multiline Textfield - AppPropertiesEdit.java and appproperties-edit.xml files).
I recommend the alternatives 1 and 2 because you don’t have to implement anything (but you’ll have to restart the application to update the client cache). Number 3 only if non-admin users will need to update the property values.