Removed tag filters in project widget

This commit is contained in:
2021-02-03 22:47:47 +01:00
parent 53e35d0f61
commit 07a8e0a092

View File

@@ -24,13 +24,13 @@ content:
# To show all items, set `tag` to "*". # To show all items, set `tag` to "*".
# To filter by a specific tag, set `tag` to an existing tag name. # To filter by a specific tag, set `tag` to an existing tag name.
# To remove the toolbar, delete the entire `filter_button` block. # To remove the toolbar, delete the entire `filter_button` block.
filter_button: # filter_button:
- name: All # - name: All
tag: '*' # tag: '*'
- name: Deep Learning # - name: Deep Learning
tag: Deep Learning # tag: Deep Learning
- name: Other # - name: Other
tag: Demo # tag: Demo
design: design:
# Choose how many columns the section has. Valid values: '1' or '2'. # Choose how many columns the section has. Valid values: '1' or '2'.