Skip to content
Snippets Groups Projects
Commit c7a25033 authored by Denis Vermylen (dve)'s avatar Denis Vermylen (dve)
Browse files

[FIX] theme_*: restore category to theme

category was changed to "Website" so it'd appear under the website
category in the store, but it needs to be "Theme" otherwise it doesn't
appear in the "Choose your theme" menu after installing website.
parent b28cd903
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
'name': 'Bootswatch Theme',
'summary': 'Support for Bootswatch themes in master',
'description': 'This theme module is exclusively for master to keep the support of Bootswatch themes which were previously part of the website module in 8.0.',
'category': 'Website',
'category': 'Theme',
'sequence': 900,
'version': '1.0',
'depends': ['website'],
......
{
'name': 'Default Theme',
'description': 'Default website theme to showcase customization possibilities.',
'category': 'Hidden',
'category': 'Theme/Hidden',
'sequence': 1000,
'version': '1.0',
'depends': ['website'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment