Property on a document type cant be added to a "translated" tab??? Options
Anders
Posted: Tuesday, March 04, 2008 10:30:24 AM

Rank: Devotee

Joined: 5/24/2007
Posts: 72
Location: Kalix, Sweden
I'm trying to create a package with a document type containing 3 custom tabs that have the # in front of the name so it can be translated.

See my package xml
Code:

<Tabs>
                <Tab>
                    <Id>500</Id>
                    <Caption>#MainContent</Caption>
                </Tab>
                <Tab>
                    <Id>501</Id>
                    <Caption>#MetaData</Caption>
                </Tab>
                <Tab>
                    <Id>502</Id>
                    <Caption>#FormData</Caption>
                </Tab>
            </Tabs>
            <GenericProperties>
                <GenericProperty>
                    <Name>#MainContent</Name>
                    <Alias>mainContent</Alias>
                    <Type>83722133-f80c-4273-bdb6-1befaa04a612</Type>
                    <Tab>#MainContent</Tab>
                    <Mandatory>False</Mandatory>
                    <Validation></Validation>
                    <Description><![CDATA[]]></Description>
                </GenericProperty>



Umbraco Certified Professional
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.