Hi all, in a recent project we added paragraph categories and i'm thinking of adding it to blossom. But maybe it could be a feature for magnolia itself. Basically the idea is that you often have a bunch of paragraphs that belong together or have the same purpose. Let's take a bunch of banner paragraphs for example. If you could tag them as banners and in your template say <cms:newBar contentNodeCollectionName="main" paragraph="* tag:banner*"/>. Then adding a new paragraph and tagging it with banner would make it appear wherever banners go.
As for the implementation I think the best way to go about it is to implement this is in the selectparagraphdialog. The dialog would resolve the tags trough some manager/service -class that looks at a nodedata named tags on the paragraphs. Maybe it could be managed by ParagraphManager. What do you think? Useful or useless? // Tobias ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
