Theme Sprite Map YAML Configuration Reference

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 .svg sprite map that replaces the one for your existing Liferay theme. The complete URI is prefixed by the baseURL value.

See Front-end Client Extension Properties for properties common to all front-end client extensions.

Additional Information