Theme Sprite Map YAML Configuration Reference
You can define a theme sprite map client extension with a client-extension.yaml file.
Usage Details
This client-extension.yaml defines a theme sprite map client extension:
able-theme-spritemap:
    name: Able Theme Spritemap
    type: themeSpritemap
    url: spritemap.svg
The required url property defines the .svg sprite map file’s location.
The example workspace contains a complete theme sprite map client extension.
YAML Properties
These properties are specific to theme sprite map client extensions:
| Name | Data Type | Description | 
|---|---|---|
| url | URL | (Required) A path to the .svgsprite map that replaces the one for your existing Liferay theme. The complete URI is prefixed by thebaseURLvalue. | 
See Frontend Client Extension Properties for properties common to all frontend client extensions.