Skip to content

Commit

Permalink
changing default object UI view for content field (#2640)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-ayoub-segment authored Dec 12, 2024
1 parent 87aed20 commit efc8a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ export const commonFields: Record<string, InputField> = {
type: 'object',
multiple: true,
description: 'Related item details for the event.',
defaultObjectUI: 'keyvalue',
properties: {
price: {
label: 'Price',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export const commonFields: Record<string, InputField> = {
type: 'object',
multiple: true,
description: 'Related item details for the event.',
defaultObjectUI: 'keyvalue',
properties: {
price: {
label: 'Price',
Expand Down

0 comments on commit efc8a1a

Please sign in to comment.