mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-03 03:55:26 +03:00
6ee77a712a
no issue - moves all inputs to use the data-down-actions-up component paradigm
8 lines
152 B
Handlebars
8 lines
152 B
Handlebars
{{gh-input datetime
|
|
id=inputId
|
|
class=inputClass
|
|
name=inputName
|
|
stopEnterKeyDownPropagation="true"
|
|
update=(action (mut datetime))
|
|
}}
|