Skip to content

Commit

Permalink
Forgot to add description
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfv committed Jan 5, 2025
1 parent d5ec12a commit 8236fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const plugin = new PanelPlugin<ACESVGOptions>(ACESVGPanel).useFieldConfig
id: 'svgMappings',
path: 'svgMappings',
name: 'SVG Mappings',
description: '',
description: 'The SVG ID should match an ID attribute value of an element in the SVG document, the element will be attached to the "svgmap" object in the user code execution contexts as a property using the mapped name provided below.',
category: ['SVG Mapping'],
defaultValue: defaults.svgMappings,
editor: SvgMappings,
Expand Down

0 comments on commit 8236fdc

Please sign in to comment.