Skip to content

Invalid schema: setting with id="should_ajaxify" default must be a boolean #2

Description

@dinonondi

An error appear:
[development] (sections/collection-filters-section.liquid) Invalid schema: setting with id="should_ajaxify" default must be a boolean

Fixed it by replacing

{
"type": "checkbox",
"id": "should_ajaxify",
"label": "Enable Ajaxify?",
"default": "false"
},

{
"type": "checkbox",
"id": "should_ajaxify",
"label": "Enable Ajaxify?",
"default": false
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions