11 lines
163 B
HTML
11 lines
163 B
HTML
---
|
|
id:
|
|
type: 'string'
|
|
name:
|
|
type: 'string'
|
|
type:
|
|
type: 'string'
|
|
default: 'text'
|
|
---
|
|
<input type="{{ type | escape_once }}" id="{{ id | escape_once }}" />
|