Link Search Menu Expand Document

String

Renders a string input field and returns a string.

syntax
---
my_variable:
    type: string
    default: hello world
---

{{ my_variable }}