Source template/control/hidden.edit.control.hbs

  1. {{!--
  2. /**
  3. * @template hidden%edit
  4. * @language handlebars
  5. * @block control
  6. * @param {object} [attributes] Attributes to pass to el-hidden
  7. * @description Template used by hidden control in edit mode
  8. *
  9. * {{{template "hidden.edit" attributes=attributes}}}
  10. *
  11. * NB. It is usually preferable to use {@link template:control%view} rather than calling this directly
  12. *
  13. * @see template:control%view
  14. * @see template:control
  15. * @see template:control%edit
  16. */
  17. --}}
  18. {{{el-hidden attributes=attributes}}}