We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b410ec7 commit 9034334Copy full SHA for 9034334
src/cs_dynamicpages/vocabularies/row_columns.py
@@ -25,8 +25,9 @@ def __call__(self, context):
25
# Just an example list of content for our vocabulary,
26
# this can be any static or dynamic data, a catalog result for example.
27
items = [
28
- VocabItem(u'sony-a7r-iii', _(u'Sony Aplha 7R III')),
29
- VocabItem(u'canon-5d-iv', _(u'Canon 5D IV')),
+ VocabItem(u'2', _(u'2')),
+ VocabItem(u'3', _(u'3')),
30
+ VocabItem(u'4', _(u'4')),
31
]
32
33
# Fix context if you are using the vocabulary in DataGridField.
0 commit comments