Reputation: 17883
I am working on Dreamweaver templating in Tridion 2011 SP1 and SiteEdit 2012.
My component has component links. I want to enable SitEdit for the component links too.
I wrote a Component Template to get the values from linked component and referred it in Main Component Template building block.
My main component CT has following template building blocks.
Dreamweaver TBB(Referring to Component link CT internally)
Enable Inline Editing for the Component
Default Finish Actions.
Page TBB is like this
<html>
<head></head>
<body>
@@RenderComponentPresentation("ComponentID","ComponentTemplateID")@@
</body>
</html>
Page Template has following blocks:
Page TBB
Enable Inline Editing for the Page
Default Finish Actions
I am able to see the SiteEdit tags when I previewed the Page. I am also able to see the content from the Component links.
But when I published the Page I am unable edit the content.
Do I need to add any Template Building Blocks or any modification in any block?
Upvotes: 0
Views: 226
Reputation: 10234
But when I published the Page I am unable edit the Content.
Is your Publication Target correctly configured for Tridion UI 2012 (not SiteEdit!)
What do you mean with "I am unable edit the Content"?
Did you also add the "Enable inline Editing for Components" TBB in your Component Presentations?
Upvotes: 4