I created a property of type label in a document type. I want to set this property by default value while creation of document I used this package
uLoremsy - Property Prevalue Setter
And use config as
<?xml version="1.0"?>
<uLoremsy>
<tree nodeName="*" enabled="true">
<documentType nodeTypeAlias="*" enabled="true">
<property alias="populatedTags" enabled="true">
siteName from doctype wildcard in tree wildcard
</property>
</documentType>
</tree>
</uLoremsy>
But when i am creating a new document type on which property is already there it is not setting any value. I am using umbraco 7.5.4
Default value setter for property
Hi All,
I created a property of type label in a document type. I want to set this property by default value while creation of document I used this package uLoremsy - Property Prevalue Setter
And use config as
But when i am creating a new document type on which property is already there it is not setting any value. I am using umbraco 7.5.4
Is there any way i can do this ?
Thanks
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.