Skip to content

Commit

Permalink
Alphabetize Product List on 'Add Assets' Modal (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
staware30 authored Jan 26, 2024
1 parent 528d712 commit ad4c2fe
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions contenthub/hydration/hydration.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand All @@ -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' },
Expand All @@ -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' },
],
},
{
Expand Down

0 comments on commit ad4c2fe

Please sign in to comment.