| # model draft | | # model draft |
| | | |
| draft of all database models which are required | | draft of all database models which are required |
| | | |
| - Dashboard | | - Dashboard |
t | | t | - PageConfiguration
|
| | |
|
| | | defines general configuration for a page - e.g |
| | | . if the configuration instance can be customized |
| | | by the users, etc.
|
| | |
|
| | | - user_configurable (boolean, if True all user |
| | | s can customize the page)
|
| | | - dashboard (None for sidebars, otherwise refe |
| | | rences to a dashboard)
|
| | |
|
| | | - PageConfigurationInstance
|
| | |
|
| | | a configuration of a whole "page" - this can e |
| | | ither be the two block regions for a site (sidebar |
| | | _left, sidebar_right) or a dashboard.
|
| | |
|
| | | It can either be a default configuration, or s |
| | | pecific to a user or session.
|
| | |
|
| | | - page configuration
|
| | | - user (None for the "default" region,
|
| - \BlockSection | | - BlockRegion |
| | | - name (e.g. 'sidebar_left' and 'sidebar_right |
| | | ' - or for dashboard: left, center, right)
|
| | | - pageconfiguration - every region is part of |
| | | a page configuration.
|
| - \BlockInstanceConfiguration | | - BlockInstanceConfiguration |