Experiment with AAQ - solution before grouping products.

This commit is contained in:
Tasos Katsoulas 2020-02-07 13:27:14 +02:00
Родитель 0831263603
Коммит 44ea34182b
1 изменённых файлов: 19 добавлений и 0 удалений

Просмотреть файл

@ -470,6 +470,25 @@ products = OrderedDict([
}),
])
}),
('product-test-aaq', {
'name': _lazy(u'Testing AAQ without displayed product'),
'subtitle': _lazy(u'Product test aaq'),
'extra_fields': [],
'tags': [],
'product': 'product-test-aaq',
'categories': OrderedDict([
('technical', {
'name': _lazy(u'Technical'),
'topic': 'technical',
'tags': ['technical'],
}),
('Troubleshooting', {
'name': _lazy(u'Troubleshooting'),
'topic': 'troubleshooting',
'tags': ['troubleshooting'],
}),
])
}),
('other', {
'name': _lazy(u'Other Mozilla products'),
'subtitle': '',