- Design Your Canvas
To enable the Design Your Canvas utility in your application you must configure the following parameters in the systempreferences.properties file:
# This property will decide whether to enable the Design Your Canvas DYC_ENABLE_IND = Y # This property will define the list of layouts needed for Design Your Canvas DYC_VALID_LAYOUT_CATAGORIES_FOR_APPSTORE=Stack, Two-Column,Three-Column # This property will define the app limit for Design Your Canvas DYC_ALLOWED_WIDGETS_LIMIT_FOR_APPSTORE = 9 # This property will define whether to add "All Categories" an option which shows all the apps for selection irrespective of their entitlement products in Apps Available section DYC_INCLUDE_ALL_CATAGORY_IN_APPSTORE = Y # This property will define the list of menu that are acceptable in Design Your Canvas DYC_CUSTOM_WORKSPACE_MENU_ITEMS = CT_CHILD_MENU1, CT_TAB_WSPACE, CT_STACK_WSPACE1, CT_STACK_WSPACE2, CT_STACK_WSPACE3 # This property will define the default workspace that will be used by Design Your Canvas to get default menu DYC_DEFAULT_WORKSPACE = CT_TAB_WSPACE
Only those apps, for which Display in App Catalogue field on Create/Edit App screen is selected, will be available in the Design Your Canvas app selection panel. Ensure you have selected Display in App Catalogue for the relevant apps that you want to make available in Design Your Canvas.
- Redesign Your Canvas
To enable the Redesign Your Canvas utility in your application you must configure the following parameters in the systempreferences.properties file:
# This property will define an indicator to enable redesign canvas RYC_ENABLED_IND=Y