Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions ww-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@ export default {
label: { en: 'Left icon', fr: 'Icône gauche' },
section: 'settings',
type: 'OnOff',
bindable: true,
/* wwEditor:start */
bindingValidation: {
type: 'boolean',
tooltip: 'A boolean that shows/hides the left icon: `true | false`',
},
/* wwEditor:end */
},
leftIcon: {
hidden: true,
Expand All @@ -131,6 +138,13 @@ export default {
label: { en: 'Right icon', fr: 'Icône droite' },
type: 'OnOff',
section: 'settings',
bindable: true,
/* wwEditor:start */
bindingValidation: {
type: 'boolean',
tooltip: 'A boolean that shows/hides the right icon: `true | false`',
},
/* wwEditor:end */
},
rightIcon: {
hidden: true,
Expand Down