Skip to content

Commit

Permalink
Afform Tags - include link to Manage Tags from Form tag edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ufundo committed Jan 27, 2025
1 parent 7f270f3 commit 434ab6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/afform/admin/ang/afGuiEditor/config-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@
{{:: ts('Expose To') }}
</label>
<input ng-list crm-ui-select="{multiple: true, data: editor.meta.afform_placement, placeholder: ts('None')}" class="form-control" id="afform_placement" ng-model="editor.afform.placement" ng-change="editor.onChangePlacement()">
<p class="help-block">{{:: ts('Additional contexts in which the form can be embedded') }}</p>
<p class="help-block">{{:: ts('Additional contexts in which the form can be embedded.') }}</p>
</div>

<div class="form-group">
<label for="afform_tags">
{{:: ts('Tags') }}
</label>
<input ng-list crm-ui-select="{multiple: true, data: editor.meta.afform_tags, placeholder: ts('None')}" class="form-control" id="afform_tags" ng-model="editor.afform.tags">
<p class="help-block">{{:: ts('Tags can be used to keep track of your forms') }}</p>
<p class="help-block">{{:: ts('Tags can be used to keep track of your forms if Used For is set to include Afform.') }} <a target="_blank" href="/civicrm/tag?reset=1">{{:: ts('Manage Tags') }}</a></p>
</div>

<div class="form-group" ng-if="editor.afform.placement.includes('contact_summary_block') || editor.afform.placement.includes('contact_summary_tab')">
Expand Down

0 comments on commit 434ab6f

Please sign in to comment.