generator_settings

auto-webclient grammar version laforge.3

Global settings for the user interface.

'application creator' ['application' 'creator:'] text
'application name' ['application' 'name:'] text
'allow anonymous user' [ 'anonymous' 'login:' ] stategroup (
	'no' [ 'disabled' ]
	'yes' [ 'enabled' ]
)
'enable csv actions' [ 'csv' 'actions:' ] stategroup (
	'no' [ 'disabled' ]
	'yes' [ 'enabled' ]
)
'report limit' [ 'report' 'limit:' ] number
'announcement title' [ 'announcement:' ] text
'announcements' [ '[' , ']' ] collection indent ( )
'custom color theme' stategroup (
	'no'
	'yes' [ 'color' 'theme:' ]
		'foreground' [ 'foreground:' ] text
		'background' [ 'background:' ] text
		'brand' [ 'brand:' ] text
		'link' [ 'link:' ] text
		'accent' [ 'accent:' ] text
		'success' [ 'success:' ] text
		'warning' [ 'warning:' ] text
		'error' [ 'error:' ] text
		'blue' [ 'blue:' ] text
		'orange' [ 'orange:' ] text
		'green' [ 'green:' ] text
		'red' [ 'red:' ] text
		'purple' [ 'purple:' ] text
		'teal' [ 'teal:' ] text
)
'default language' [ 'default' 'language:' ] text
'engine language' stategroup (
	'english' [ 'english' ]
	'dutch' [ 'dutch' ]
)

```