Templating the Select field
The Select field will add a dropdown select box of choices for the content writers to pick from.
Here's an example of how to integrate the selected text value. In this case the Select field has the API ID of category.
Copy
<p>{{ $document->data->category }}</p>