Skip to content

Commit

Permalink
IBX-8150: Added enabled attributes types configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Jul 17, 2024
1 parent 8bd303b commit fd2d6db
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 0 deletions.
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,7 @@
# id: 'userid'
# remote_id: 'identifier'
# login: 'login'

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

ibexa_fieldtype_richtext:
enabled_attribute_types:
- campaign
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

0 comments on commit fd2d6db

Please sign in to comment.