In Blossom 2 you have even more control over how the templates are registered 
with Magnolia. It's all done by the TemplateExporter and the DialogCreator is 
configured on it. Use this snippet below:

<bean class="info.magnolia.module.blossom.template.TemplateExporter">
  <property name="dialogDescriptionBuilder">
    <bean class="info.magnolia.module.blossom.dialog.DialogDescriptionBuilder">
      <property name="dialogCreator">
        <bean class="com.mycompany.package.MyCustomDialogCreator" />
      </property>
    </bean>
  </property>
</bean>

I have also updated 
http://wiki.magnolia-cms.com/display/WIKI/Extending+the+Blossom+TabBuilder

Hope that helps, Tobias

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=d1bce274-fb30-4ea3-b171-5bad16c77b34


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to