Grégory Joseph wrote:
On Jan 20, 2010, at 1:39 PM, Nils Breunese wrote:
Grégory Joseph wrote:
Extending the Site class would indeed be one way to do this, and I
can see how useful that would be changing "stuff" globally; since we
have a similar "concept" for paragraphs/templates (the "parameters"
Map), I'd personally be inclined to accept a patch that would add
this in the default Site impl.
I believe all that needs to be added to the Site class is these few lines and
content2bean should take care of the rest, right?
----
private Map parameters = new HashMap();
public Map getParameters() {
return this.parameters;
}
public void setParameters(Map params) {
this.parameters = params;
}
----
Should I open a Jira ticket for this?
with a .patch file attached, that'd be great.
Please see http://jira.magnolia-cms.com/browse/MGNLSTK-575
Nils.
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------