template-application-angular.ui.perspectives.views.master-manage.details.extensions.entity-view-detail.extension.template Maven / Gradle / Ivy
{
"description": "${name} view",
#foreach ($property in $properties)
#if($property.relationshipType == "COMPOSITION" && $property.relationshipCardinality == "1_n")
"extensionPoint": "launchpad-${extensionName}-${perspectiveName}-${property.relationshipEntityName}-view",
#end
#end
"module": "${projectName}/ui/${perspectiveName}/views/master/details/${name}/extensions/view.js"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy