|
@@ -59,7 +59,7 @@
|
|
|
<div class="setting-value">
|
|
|
<label>{{i18n 'admin.wizard.action.post_builder.user_fields'}}{{builderUserFields}}</label>
|
|
|
<label>{{i18n 'admin.wizard.action.post_builder.wizard_fields'}}{{builderWizardFields}}</label>
|
|
|
- {{d-editor value=action.post
|
|
|
+ {{d-editor value=action.post_template
|
|
|
placeholder='admin.wizard.action.post_builder.placeholder'
|
|
|
classNames='post-builder-editor'}}
|
|
|
</div>
|
|
@@ -109,7 +109,7 @@
|
|
|
<div class="setting-value">
|
|
|
<label>{{i18n 'admin.wizard.action.post_builder.user_fields'}}{{builderUserFields}}</label>
|
|
|
<label>{{i18n 'admin.wizard.action.post_builder.wizard_fields'}}{{builderWizardFields}}</label>
|
|
|
- {{d-editor value=action.post
|
|
|
+ {{d-editor value=action.post_template
|
|
|
placeholder='admin.wizard.action.post_builder.placeholder'
|
|
|
classNames='post-builder-editor'}}
|
|
|
</div>
|