[
http://jira.magnolia.info/browse/MAGNOLIA-2402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18249#action_18249
]
Gregory Joseph commented on MAGNOLIA-2402:
------------------------------------------
Paragraphs are instanciated using content2bean, so you're free to have anything
you want in there, you just need to provide a specific {{class}} property to
use your custom Paragraph implementation.
Starting with 3.7, arbitrary properties will be available. See MAGNOLIA-2382.
It wouldn't make sense to make this a default property of the Paragraph class,
since that would introduce a dependency to the data module in the core codebase.
> Add a property to Paragraph Configuration, which contains the path to a Data
> Module node
> ----------------------------------------------------------------------------------------
>
> Key: MAGNOLIA-2402
> URL: http://jira.magnolia.info/browse/MAGNOLIA-2402
> Project: Magnolia
> Issue Type: Improvement
> Reporter: Giancarlo Berner
> Assignee: Boris Kraft
> Priority: Minor
>
> We often need to add additional information to a paragraph (e.g. some design
> information, help pages, etc.). We typically put this information into the
> Data module and add a reference to the Paragraph (usually a search for a node
> with the same paragraph name).
> We suggest adding a new property to the paragraph configuration, similar as
> "dialogPath" (e.g. "dataPath", "dataModulePath", "configPath" or whatever)
> where the value is a path to a Data Module node, similar as for dialogPath.
> Of course this property can be added individually without any Magnolia
> extension. The idea though is to add a method to the Paragraph class, similar
> as getDialogPath() and make it easy to identify the Data Module node with
> additional (custom) settings.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------