Static Content
Ship arbitrary static files with the extension.
type: staticContent·Frontend# description
A permissive extension for shipping any static content (images, fonts, JSON manifests) behind the extension URL. No enforced schema.
UI extensions that render on Liferay pages or modify page appearance.
# when to use
- →You need assets referenced by other extensions (fonts, icons, sample data).
- →You're bundling reference files that don't fit any other extension type.
# how to use
- 01Put your files under
assets/. - 02Ship them via the
assemble:block. Access them at${portalURL}/o/<name>/....
# optional fields
| field | type | description |
|---|---|---|
name | string | Display name. |
# example
client-extension.yaml
brand-assets:
type: staticContent
name: Brand Assets