Design Studio
Design Studio allows you to quickly design, test and deploy DO application. It gives you a lot of capabilities without the need to code.Requirements to DO target
- Target should have conventional folders and files structure
- CSS variables listed in
src/styles/studio-variables.lessshould meet available branding/components variables:
- Layout components should have property
isLayoutset totruein order to properly propagate changes in component properties
src/layouts/main.yml
- Application localization should be done using nested translation keys for more convinient work with translation tools in Design Studio
- For all page to properly work in preview mode, use
flowExportstudio settings key and describe export data for each route, e.g.:
Design Studio settings available in application configuration
| Parameter | Description |
|---|---|
country | Used to define global formats (currency, date format, phone number mask etc.) |
flowExport | Mocked flow export to display pages in DesignStudio correctly |
logo | Logo to be displayed in projects list |
name | Project name to be displayed in DesignStudio, title will be used as a default value |
previewUrl | Link to preview environment |