Update to the new bootstrappable model format

This commit is contained in:
Roberto Rosario
2012-09-29 01:12:01 -04:00
parent fe2d57e2f3
commit e9f3ba67a6
2 changed files with 17 additions and 2 deletions

View File

@@ -19,7 +19,15 @@ dependencies = ['app_registry', 'icons', 'navigation', 'metadata']
icon = icon_index_setup
setup_links = [index_setup]
menu_links = [link_menu]
bootstrap_models = ['index', 'indextemplatenode']
bootstrap_models = [
{
'name': 'index',
},
{
'name': 'indextemplatenode',
'sanitize': False,
}
]
settings = [
{