25 lines
419 B
Plaintext
25 lines
419 B
Plaintext
|
{
|
||
|
# Theme information
|
||
|
'name': "{{name}}",
|
||
|
'description': """
|
||
|
""",
|
||
|
'category': 'Theme',
|
||
|
'version': '0.1',
|
||
|
'depends': ['website'],
|
||
|
|
||
|
# templates
|
||
|
'data': [
|
||
|
'views/options.xml',
|
||
|
'views/snippets.xml',
|
||
|
],
|
||
|
|
||
|
# demo pages
|
||
|
'demo': [
|
||
|
'demo/pages.xml',
|
||
|
],
|
||
|
|
||
|
# Your information
|
||
|
'author': "My Company",
|
||
|
'website': "https://www.yourcompany.com",
|
||
|
}
|