You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.
Subject | Property | Explanation | |
---|---|---|---|
MVC UI - deprecated | blueriq.mvc.development-mode | Turning mvc development mode on or off. |
|
blueriq.mvc.themes.[theme].template-group-file | Path to where the stg file can be found. |
| |
blueriq.mvc.themes.[theme].template-name | Name of the mvcui template. |
| |
blueriq.mvc.active-themes | The themes that are active in the Runtime. The theme names listed here (as a comma separated list) must match the theme names that are used with the properties above. Not all defined themes need to be active. Only the active ones will be shown in the development dashboard. This is useful for overriding the default styling that is packaged with Blueriq. |
| |
spring.mvc.dispatch-options-request | This is a spring mvc property that enables the dispatcher to listen to OPTIONS request methods. |
|
Example
blueriq.mvc.themes.bootstrap3.template-group-file=UI/mvc/v2/bootstrap3.stg
blueriq.mvc.themes.bootstrap3.template-name=main
blueriq.mvc.active-themes=bootstrap3
Overview
Content Tools