Skip to content

Commit

Permalink
Update hydration-utils.js (#63)
Browse files Browse the repository at this point in the history
* Update hydration-utils.js

* changed Target Market to multi-select
  • Loading branch information
staware30 authored Apr 11, 2024
1 parent 1ebda0f commit 6e7e550
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions contenthub/hydration/hydration-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,14 @@ export function getMetadataSchema(facetOptions){
{
mapToProperty: 'gmo:campaignName',
label: 'Campaign',
placeholder: 'Select campaign',
placeholder: 'Select one',
element: 'dropdown',
dropdownOptions: [{id: '', name: 'N/A'}, ...facetOptions['gmo-campaignName']],
},
{
mapToProperty: 'gmo:programName',
label: 'Program',
placeholder: 'Select program name',
placeholder: 'Select one',
element: 'dropdown',
dropdownOptions: facetOptions['gmo-programName'],
required: true,
Expand All @@ -214,6 +214,7 @@ export function getMetadataSchema(facetOptions){
{
mapToProperty: 'gmo:deliverableType',
label: 'Select deliverable type',
placeholder: 'Select one',
element: 'dropdown',
required: true,
dropdownOptions: [
Expand Down Expand Up @@ -344,7 +345,7 @@ export function getMetadataSchema(facetOptions){
{
mapToProperty: 'gmo:ddomStage',
label: 'DDOM Stage',
placeholder: 'Select multiple',
placeholder: 'Select one or more',
element: 'tags',
dropdownOptions: [
{
Expand Down Expand Up @@ -372,8 +373,8 @@ export function getMetadataSchema(facetOptions){
{
mapToProperty: 'gmo:p0TargetMarketGeo',
label: 'Target Market',
placeholder: 'Select One',
element: 'dropdown',
placeholder: 'Select one or more',
element: 'tags',
dropdownOptions: [
{
id: 'apac',
Expand Down

0 comments on commit 6e7e550

Please sign in to comment.