Skip to content

Commit

Permalink
Update: Don't index plausible properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Jun 13, 2024
1 parent 48f6915 commit 4d7a90e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Configuration/NodeTypes.Mixin.CustomEvent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
properties:
plausibleCustomEventName:
type: string
search:
indexing: false
ui:
label: i18n
help:
Expand All @@ -16,6 +18,8 @@
Neos.Neos/Validation/LabelValidator: []
plausibleCustomEventJSON:
type: string
search:
indexing: false
ui:
label: i18n
help:
Expand Down
2 changes: 2 additions & 0 deletions Configuration/NodeTypes.Mixin.DoNotTrack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
properties:
plausibleDoNotTrack:
type: boolean
search:
indexing: false
ui:
label: i18n
reloadIfChanged: false
Expand Down

0 comments on commit 4d7a90e

Please sign in to comment.