discourse/app/assets/javascripts/admin/addon/components/schema-setting
Isaac Janzen cba86cc0de
DEV: Add every_tag option to tags schema-setting (#35153)
Allows for surfacing all tags by adding a `every_tag` option to the
`tags` property. This value is then passed to the `everyTag` option on
the `TagChooser` component

Demo:

```yml
    type: objects
    client: true
    default: "[]"
    schema:
      name: "state"
      properties:
        tags:
          type: tags
          min: 2
          every_tag: true
```

Defaults to `false` (current behavior)
2025-10-02 12:11:42 -05:00
..
editor
types DEV: Add every_tag option to tags schema-setting (#35153) 2025-10-02 12:11:42 -05:00
editor.gjs FEATURE: Ability to re-order objects in site/theme setting type objects form (#34828) 2025-09-17 12:29:15 -05:00
field-input-description.gjs
field.gjs
number-field.gjs