15 lines
225 B
HTML
15 lines
225 B
HTML
---
|
|
id:
|
|
type: 'string'
|
|
name:
|
|
type: 'string'
|
|
default: ''
|
|
value:
|
|
type: 'string'
|
|
default: ''
|
|
required:
|
|
type: 'bool'
|
|
default: false
|
|
---
|
|
{% render 'forms/input.html', type: 'hidden', id:, name:, value:, required: %}
|