Skip to content

Commit 3710c67

Browse files
committed
docs(model-api-gen-gradle): doc for conceptPropertiesInterfaceName
1 parent 588d73b commit 3710c67

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/global/modules/core/pages/reference/component-model-api-gen-gradle.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,12 @@ Inside of the `metamodel` block the following settings can be configured.
100100

101101
|`registrationHelperName`
102102
|String
103-
|Name of the registration helper
103+
|Fully qualified name of the generated language registration helper
104+
105+
|`conceptPropertiesInterfaceName`
106+
|String
107+
|Fully qualified name of the generated interface, that contains the concept meta-properties of this language set.
108+
If `null` (default), neither the concept meta-properties nor the corresponding interface will be generated.
104109

105110
|`taskDependencies`
106111
|List<Any>

0 commit comments

Comments
 (0)