From c5c6cf9d25725c0c3aa014f4f0a6b4f3704453cc Mon Sep 17 00:00:00 2001 From: Samruddhi Date: Fri, 26 Jan 2024 12:26:16 -0800 Subject: [PATCH] Alphabetize Product List on 'Add Assets' Modal --- contenthub/hydration/hydration.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/contenthub/hydration/hydration.js b/contenthub/hydration/hydration.js index 607a494a..21e25f6c 100644 --- a/contenthub/hydration/hydration.js +++ b/contenthub/hydration/hydration.js @@ -96,6 +96,13 @@ export async function openUploadDialog() { element: 'tags', dropdownOptions: [ { name: 'N/A', id: 'na' }, + { name: 'Acrobat Export PDF', id: 'acrobat-export-pdf' }, + { name: 'Acrobat PDF Pack', id: 'acrobat-pdf-pack' }, + { name: 'Acrobat Pro', id: 'acrobat-pro' }, + { name: 'Acrobat Reader', id: 'acrobat-reader' }, + { name: 'Acrobat Sign Mobile', id: 'acrobat-sign-mobile' }, + { name: 'Acrobat Sign', id: 'acrobat-sign' }, + { name: 'Acrobat standard', id: 'acrobat-standard' }, { name: 'Adobe Color', id: 'adobe-color' }, { name: 'Adobe Express', id: 'adobe-express' }, { name: 'Adobe Fonts', id: 'adobe-fonts' }, @@ -108,25 +115,29 @@ export async function openUploadDialog() { { name: 'Bridge', id: 'bridge' }, { name: 'Capture', id: 'capture' }, { name: 'Character Animator', id: 'character-animator' }, + { name: 'Cloud Service', id: 'cloud-service' }, + { name: 'Content Server', id: 'content-server' }, { name: 'Creative Cloud All Apps', id: 'creative-cloud-all-apps' }, { name: 'Digital Editions', id: 'digital-editions' }, { name: 'Dreamweaver', id: 'dreamweaver' }, + { name: 'Fill Sign', id: 'fill-sign' }, { name: 'Frame.io', id: 'frame-io' }, { name: 'Fresco', id: 'fresco' }, + { name: 'Http Dynamic Streaming', id: 'http-dynamic-streaming' }, { name: 'Illustrator', id: 'illustrator' }, { name: 'InCopy', id: 'incopy' }, - { name: 'InDesign', id: 'indesign' }, { name: 'InDesign Server', id: 'indesign-server' }, - { name: 'Lightroom', id: 'lightroom' }, + { name: 'InDesign', id: 'indesign' }, { name: 'Lightroom Classic', id: 'lightroom-classic' }, + { name: 'Lightroom', id: 'lightroom' }, { name: 'Media Encoder', id: 'media-encoder' }, { name: 'Media Server 5 Extended', id: 'media-server-5-extended' }, { name: 'Media Server 5 on Amazon Web Services', id: 'media-server-5-on-amazon-web-services' }, { name: 'Media Server 5 Professional', id: 'media-server-5-professional' }, { name: 'Media Server 5 Standard', id: 'media-server-5-standard' }, { name: 'Mixamo', id: 'mixamo' }, - { name: 'Photoshop', id: 'photoshop' }, { name: 'Photoshop Express', id: 'photoshop-express' }, + { name: 'Photoshop', id: 'photoshop' }, { name: 'Portfolio', id: 'portfolio' }, { name: 'Premiere Elements', id: 'premiere-elements' }, { name: 'Premiere Pro', id: 'premiere-pro' }, @@ -137,17 +148,6 @@ export async function openUploadDialog() { { name: 'Substance 3D Painter', id: 'substance-3d-painter' }, { name: 'Substance 3D Sampler', id: 'substance-3d-sampler' }, { name: 'Substance 3D Stager', id: 'substance-3d-stager' }, - { name: 'Cloud Service', id: 'cloud-service' }, - { name: 'Content Server', id: 'content-server' }, - { name: 'Http Dynamic Streaming', id: 'http-dynamic-streaming' }, - { name: 'Fill Sign', id: 'fill-sign' }, - { name: 'Acrobat Export PDF', id: 'acrobat-export-pdf' }, - { name: 'Acrobat PDF Pack', id: 'acrobat-pdf-pack' }, - { name: 'Acrobat Pro', id: 'acrobat-pro' }, - { name: 'Acrobat Reader', id: 'acrobat-reader' }, - { name: 'Acrobat Sign', id: 'acrobat-sign' }, - { name: 'Acrobat Sign Mobile', id: 'acrobat-sign-mobile' }, - { name: 'Acrobat standard', id: 'acrobat-standard' }, ], }, {