mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-15 15:02:20 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@117489 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
14 lines
226 B
JavaScript
14 lines
226 B
JavaScript
function applyTemplate(ctx) {
|
|
return {
|
|
name : 'template1_name',
|
|
nodes : [ {
|
|
name : 'My Documents'
|
|
}, {
|
|
name : 'Recent Documents'
|
|
}, {
|
|
name : 'Other Documents'
|
|
} ]
|
|
};
|
|
}
|
|
|
|
applyTemplate(context); |