23 lines
527 B
Python
23 lines
527 B
Python
{
|
|
'name': 'Durpro Theme',
|
|
'description': 'Theme for Durpro, mostly adapted Propage work on Wordpress.',
|
|
'category': 'Theme/Durpro',
|
|
'version': '1.0.0',
|
|
'author': 'Bemade',
|
|
'license': 'AGPL-3',
|
|
'website': 'https://www.bemade.org',
|
|
'depends': [
|
|
'theme_common'
|
|
],
|
|
'data': [
|
|
'data/ir_asset.xml',
|
|
],
|
|
# 'assets': {
|
|
# 'web._assets_primary_variables': [
|
|
# ('prepend', 'theme_durpro/static/src/scss/primary_variables.scss'),
|
|
# ],
|
|
# },
|
|
|
|
}
|
|
|
|
|