You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
419 B
Plaintext

8 months ago
{
# 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",
}