nian
unread,Jan 29, 2008, 9:44:00 PM1/29/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Steer CMS Developers
I am wondering about the "steerCMSPropertiesBehaviorPlugin". It adds
properties on objects and it looks like it's used to manage the rights
and roles of users. Is this correct? What are the properties supposed
to used for if this is a wrong assumption?
I was wondering if it was possible to add properties to a "site
folder", for example. Then for links and "site pages" in that site
folder I could read the properties for various data.
For example:
"site folder" metadata has "property name" with "property value"
... and in "site folder/site pages", in the code, I could replace as
follows:
{{{
Here is some page, it has some "%%property name%%".
}}}
... and the output would be:
{{{
Here is some page, it has some "property value".
}}}
I guess I could use interpolation (similar to sprintf() ) but it would
be great if I could use name/value pairs.