Skip to content

keensoft/alfresco-site-node-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alfresco Site Node Templates

This add-on provide an additional space to store node templates within every Site.

When using Alfresco out-of-the-box, documents stored in Repository > Data Dictionary > Node Templates are listed when using Share action Create document from template with no particular order or classification.

By using this addon, also documents having Site Node Template cm:siteTemplatable aspect inside the current Site will be added to the list. These templates can be stored in any folder inside the Site and they will be ordered by name in the list (just after default "data dictionary" templates).

License The plugin is licensed under the LGPL v3.0.

State Current addon release is 2.0.0

Compatibility The current version has been developed using Alfresco 201707 and Alfresco SDK 3.0.1

No original Alfresco resources have been overwritten

Downloading the ready-to-deploy-plugin

The binary distribution is made of two JAR files to be deployed in Alfresco as a platform and share module:

You can install it by copying platform JAR file to $ALFRESCO_HOME/modules/platform, share JAR file to $ALFRESCO_HOME/modules/share and re-starting Alfresco.

Building the artifacts

You can build the artifacts from source code using maven $ mvn clean package