Skip to content

Commit

Permalink
hide filter option for text content
Browse files Browse the repository at this point in the history
  • Loading branch information
JeltevanBoheemen committed Dec 10, 2024
1 parent 5880510 commit 0c3fe08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 class="title">Fields</h1>
<p class="help">Enable full-text search for this field.</p>
</label>
</div>
<div class="control">
<div *ngIf="field.get('type').value !== 'text_content' " class="control">
<label class="checkbox">
<input type="checkbox" name="filter" formControlName="filter" /> Filter
<p class="help">Enable filtering on values in this field.</p>
Expand Down

0 comments on commit 0c3fe08

Please sign in to comment.