Finished Metadata implementation
This commit is contained in:
parent
3ef3248e61
commit
cfceb1f68c
15 changed files with 272 additions and 82 deletions
|
|
@ -27,31 +27,45 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'6' => {
|
||||
message => q|With the Wobject Proxy (aka Shortcut) you can mirror a wobject from another page to any other page. This is useful if you want to reuse the same content in multiple sections of your site.
|
||||
<p>
|
||||
|
||||
<b>NOTE:</b> The wobject proxy is not available through the Add Content menu, but instead through the shortcut icon on each wobject's toolbar.
|
||||
<p>
|
||||
|
||||
<b>Wobject To Proxy</b><br>
|
||||
Provides a link to the orignal wobject being proxied.
|
||||
<p>
|
||||
|
||||
<b>Override title?</b><br>
|
||||
Set to "yes" to use the title of the wobject proxy instead of the original title of the wobject.
|
||||
<p>
|
||||
|
||||
<b>Override description?</b><br>
|
||||
Set to "yes" to use the description of the wobject proxy instead of the original description of the wobject.
|
||||
<p>
|
||||
|
||||
<b>Override display title?</b><br>
|
||||
Set to "yes" to use the display title setting of the wobject proxy instead of the original display title setting of the wobject.
|
||||
<p>
|
||||
|
||||
<b>Override template?</b><br>
|
||||
Set to "yes" to use the template of the wobject proxy instead of the original template of the wobject.
|
||||
<p>
|
||||
message => q|With the Wobject Proxy (aka Shortcut) you can mirror a wobject from another page to any other page. This is useful if you want to reuse the same content in multiple sections of your site.
|
||||
<p>
|
||||
|
||||
<b>NOTE:</b> The wobject proxy is not available through the Add Content menu, but instead through the shortcut icon on each wobject's toolbar.
|
||||
<p>
|
||||
|
||||
<b>Wobject To Proxy</b><br>
|
||||
Provides a link to the orignal wobject being proxied.
|
||||
<p>
|
||||
|
||||
<b>Override title?</b><br>
|
||||
Set to "yes" to use the title of the wobject proxy instead of the original title of the wobject.
|
||||
<p>
|
||||
|
||||
<b>Override description?</b><br>
|
||||
Set to "yes" to use the description of the wobject proxy instead of the original description of the wobject.
|
||||
<p>
|
||||
|
||||
<b>Override display title?</b><br>
|
||||
Set to "yes" to use the display title setting of the wobject proxy instead of the original display title setting of the wobject.
|
||||
<p>
|
||||
|
||||
<b>Override template?</b><br>
|
||||
Set to "yes" to use the template of the wobject proxy instead of the original template of the wobject.
|
||||
<p>
|
||||
|
||||
<b>Proxy by alternate criteria?</b><br>
|
||||
Set to "yes" to enable selecting a wobject based upon custom criteria. Metadata must be enabled for this option to function properly.
|
||||
<p>
|
||||
|
||||
<b>Resolve Multiples?</b><br>
|
||||
Sets the order to use when multiple wobjects are selected. Random means that if multiple wobjects match the proxy criteria then the wobject proxy will select a random wobject to proxy.<br>
|
||||
Most Recent will select the most recent wobject that match the proxy criteria.
|
||||
<p>
|
||||
|
||||
<b>Criteria</b><br>
|
||||
A statement to determinate what to proxy, in the form of "color = blue and weight != heavy". Multiple expressions may be joined with "and" and "or". <br>
|
||||
A property or value must be quoted if it contains spaces. Feel free to use the criteria builder to build your statements.
|
||||
<p>
|
||||
|,
|
||||
lastUpdated => 1057091098
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue