[FIX] Scaffolding: moved two files to better reflect the architecture we currently use for our themes

This commit is contained in:
David Monjoie 2015-03-02 13:47:51 +01:00 committed by Aaron Bohy
parent 9ebfa11b8c
commit 71e4d7145b
3 changed files with 6 additions and 2 deletions

View File

@ -7,13 +7,17 @@
'version': '1.0', 'version': '1.0',
'depends': ['website'], 'depends': ['website'],
# templates, pages, and snippets # templates
'data': [ 'data': [
'views/pages.xml',
'views/options.xml', 'views/options.xml',
'views/snippets.xml', 'views/snippets.xml',
], ],
# demo pages
'demo': [
'demo/pages.xml',
],
# Your information # Your information
'author': "Your Company", 'author': "Your Company",
'website': "", 'website': "",