mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-24 20:08:25 +08:00
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)
|
||
|---|---|---|
| .. | ||
| editor | ||
| types | ||
| editor.gjs | ||
| field-input-description.gjs | ||
| field.gjs | ||
| number-field.gjs | ||