Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-8150: Added enabled attributes types configuration #123

Merged
merged 2 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ibexa/commerce/4.6/config/packages/ibexa_richtext.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ibexa_fieldtype_richtext:
enabled_attribute_types:
- number
- string
- boolean
- choice
- link
7 changes: 7 additions & 0 deletions ibexa/commerce/5.0/config/packages/ibexa_richtext.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ibexa_fieldtype_richtext:
enabled_attribute_types:
- number
- string
- boolean
- choice
- link
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@
# id: 'userid'
# remote_id: 'identifier'
# login: 'login'

ibexa_fieldtype_richtext:
enabled_attribute_types:
- campaign
- measurement
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@
# id: 'userid'
# remote_id: 'identifier'
# login: 'login'

ibexa_fieldtype_richtext:
enabled_attribute_types:
- campaign
- measurement
Copy link
Contributor

@Steveb-p Steveb-p Jul 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is measurement enabled as part of ibexa_connector_qualifio.yaml package config @ViniTou ?

7 changes: 7 additions & 0 deletions ibexa/experience/4.6/config/packages/ibexa_richtext.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ibexa_fieldtype_richtext:
enabled_attribute_types:
- number
- string
- boolean
- choice
- link
7 changes: 7 additions & 0 deletions ibexa/experience/5.0/config/packages/ibexa_richtext.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ibexa_fieldtype_richtext:
enabled_attribute_types:
- number
- string
- boolean
- choice
- link
7 changes: 7 additions & 0 deletions ibexa/headless/4.6/config/packages/ibexa_richtext.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ibexa_fieldtype_richtext:
enabled_attribute_types:
- number
- string
- boolean
- choice
- link
7 changes: 7 additions & 0 deletions ibexa/headless/5.0/config/packages/ibexa_richtext.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ibexa_fieldtype_richtext:
enabled_attribute_types:
- number
- string
- boolean
- choice
- link
7 changes: 7 additions & 0 deletions ibexa/oss/4.6/config/packages/ibexa_richtext.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ibexa_fieldtype_richtext:
enabled_attribute_types:
- number
- string
- boolean
- choice
- link
7 changes: 7 additions & 0 deletions ibexa/oss/5.0/config/packages/ibexa_richtext.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ibexa_fieldtype_richtext:
enabled_attribute_types:
- number
- string
- boolean
- choice
- link
Loading