can someone explain how the drafts work, I'm trying to implement that feature in an addon.
the draft url in this example is custom_submission/draft and the way I'm thinking is I would need a controller for that? or is there already a controller I should extend,
HTML:
Read more
Читать далее...
the draft url in this example is custom_submission/draft and the way I'm thinking is I would need a controller for that? or is there already a controller I should extend,
HTML:
Код:
<xf:form action="{{link('custom-submission/confirm', $ssubmissionId)}}" class="block"
draft="{{link('custom-submission/draft')}}" >
<xf:editorrow
name="rbl_submission"
value="{$verse}"
class="input js-editor u-jsOnly"...
Read more
Читать далее...