mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [ADF-3587] Fixed missing docs for accessor properties * [ADF-3587] Fixed badly formed doc comments with deprecated tag * [ADF-3587] Fixed linting issue with doc comment
7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
syntax:
|
|
return:
|
|
type: >-
|
|
<%- include("type", {type: child.type}).trim() %>
|
|
defaultValue: >-
|
|
<%- (child.defaultValue || "").length < 20 ? child.defaultValue : "" %>
|