Heiner Müller wrote: > I'm new to Magnolia trying to experiment with STK-Customizations. > Especially i want to implement an image link component extending the > stkExternalLink. > How to do this best practice, or where is a tutorial for that?
It's as simple as creating an data node called 'extends' and pointing that to the stkExternalLink component on your custom component: http://documentation.magnolia-cms.com/reference/configuration.html#Extendingconfiguration If you want to override anything, like a model class for instance (which could extend the extended component's model class or be something completely different), you can just set a new value for that for your custom component as well: http://documentation.magnolia-cms.com/reference/configuration.html#Overrides Nils. ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
