Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Manish 373 posts 932 karma points
    Jan 23, 2017 @ 13:42
    Manish
    0

    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

    <?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

    Is there any way i can do this ?

    Thanks

  • 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.

Please Sign in or register to post replies