Skip to content

Commit 9034334

Browse files
committed
columns
1 parent b410ec7 commit 9034334

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/cs_dynamicpages/vocabularies/row_columns.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ def __call__(self, context):
2525
# Just an example list of content for our vocabulary,
2626
# this can be any static or dynamic data, a catalog result for example.
2727
items = [
28-
VocabItem(u'sony-a7r-iii', _(u'Sony Aplha 7R III')),
29-
VocabItem(u'canon-5d-iv', _(u'Canon 5D IV')),
28+
VocabItem(u'2', _(u'2')),
29+
VocabItem(u'3', _(u'3')),
30+
VocabItem(u'4', _(u'4')),
3031
]
3132

3233
# Fix context if you are using the vocabulary in DataGridField.

0 commit comments

Comments
 (0)