sn_app_eng_studio.illustration_supported_content_types
ServiceNow property description:
A comma separated list (no spaces between types) of supported content types for the Taxonomy and Taxonomy Category illustrations and icons. See sys_attachment --> content_type for example content types.
Attributes
- Sys ID: 3df6a35577f3330001fb4311a810612a
- Type: string
- Application: App Engine Studio
- Default value: image/svg+xml

AI generated property description:
The ServiceNow property sn_app_eng_studio.illustration_supported_content_types defines the set of file content types allowed for Taxonomy and Taxonomy Category illustrations and icons in App Engine Studio. Its value is a comma-separated list of MIME types, with no spaces between entries, and the default setting is image/svg+xml. By adjusting this property, administrators can restrict or expand which file formats are permitted when uploading illustration assets, ensuring consistency with organizational standards for media usage. Expanding the list can improve flexibility for designers but may introduce challenges if non-standard or unsupported formats are used across the platform. This property is typically configured in the context of user experience and design governance, where control over branding assets and system performance is important. Care should be taken to match content types against valid entries in sys_attachment.content_type, as unsupported values will not be processed.
Source