Skip to content

Instantly share code, notes, and snippets.

@sujaypillai
Created June 1, 2015 11:26
Show Gist options
  • Save sujaypillai/657379f60bc621e12ba9 to your computer and use it in GitHub Desktop.
Save sujaypillai/657379f60bc621e12ba9 to your computer and use it in GitHub Desktop.
Default ac-email-templates bean definition
<bean id="ac-email-templates" class="org.alfresco.repo.action.constraint.FolderContentsParameterConstraint" parent="action-constraint">
<property name="dictionaryService" ref="dictionaryService"/>
<property name="searchService" ref="searchService"/>
<property name="nodeService" ref="nodeService"/>
<property name="namespaceService" ref="namespaceService" />
<property name="repository" ref="repositoryHelper" />
<property name="searchPath" value="/app:company_home/app:dictionary/app:email_templates/app:notify_email_templates"/>
<property name="cacheAllowableValues" value="false" />
<property name="nodeInclusionFilter">
<list>
<value>ftl</value>
</list>
</property>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment