Insert the document tag field in a schema Last updated: 08. Mar 2023

Use this markup to add a tag field (Docly system field) to your schema. Only one allowed in a schema.

To insert the Docly tag field that stores and shows stored tags on a document in a schema, use the code below. You can only have one "tags" field in your schema.

<select class="form-control input-sm small" multiple data-func="tags" data-placeholder="Add tags / keywords"></select>