Skip to content

Cannot disable LABELS_PLACEHOLDER in check object config #130

@fdverwoerd

Description

@fdverwoerd

I wanted to disable LABELS_PLACEHOLDER messages; Since I make sure this is correct in CMS/html/code side; But putting this key doesnt seem to work?

I think the code just always adds them? Not checking option? labels.js line 127

const sa11yInstance = new Sa11y({
    checkRoot: "body", // Check entire document body
    checks: {
      LABELS_PLACEHOLDER: 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