Liferay client-extension.yaml
Liferay Client Extension Definition File
| Type | object |
|---|---|
| File match |
client-extension.yaml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/liferay-client-extension-yaml/latest.json |
| Source | https://raw.githubusercontent.com/liferay/liferay-portal/master/modules/sdk/gradle-plugins-workspace/src/main/resources/schemas/client-extension.schema.json |
Validate with Lintel
npx @lintel/lintel check
Properties
Declares one or more copy schema definitions for copying resources to the client extension payload. The keys are used to construct a Gradle Copy task. See https://docs.gradle.org/current/dsl/org.gradle.api.tasks.Copy.html.
Definitions
1 nested properties
3 nested properties
1 nested properties
2 nested properties
4 nested properties
The source directory to copy from. If none is provided, the yaml file's directory is used. Mutually exclusive with 'fromTask'.
The name of a Gradle task. The outputs of the declared task will be copied. Mutually exclusive with 'from'.
The destination directory inside the project's build directory. If none is provided, it it will go to the build directory root.
Description for customElement
Description for instanceSettings
Description for oAuthApplicationHeadlessServer
Description for staticContent
Description for themeCSS