
|
Available Workflow Actions
|
|
If you were logged in you would be able to see more operations.
|
|
|
dotCMS
Created: August 11, 2008 11:41 AM
Updated: March 19, 2010 10:52 AM
|
|
| Component/s: |
a. Unknown
|
| Affects Version/s: |
1.6.0.9
|
| Fix Version/s: |
2.0
|
|
|
In the Content Map file we save the Tags for each content object as a string.
It would be nice to have it also as an array so they can be accessed separately.
This is how we save them now:
##Set Field Tags properties
#set($_dummy = $!content.put("tags", $UtilMethods.evaluateVelocity($UtilMethods.restoreVariableForVelocity('dotcms, packt publishing, award'), $velocityContext)))
this is how we could also save them
##Set Field Tags properties
#set($_dummy = $!content.put("tagsList", ["dotcms","packt publishing","award"] )
|
|
Description
|
In the Content Map file we save the Tags for each content object as a string.
It would be nice to have it also as an array so they can be accessed separately.
This is how we save them now:
##Set Field Tags properties
#set($_dummy = $!content.put("tags", $UtilMethods.evaluateVelocity($UtilMethods.restoreVariableForVelocity('dotcms, packt publishing, award'), $velocityContext)))
this is how we could also save them
##Set Field Tags properties
#set($_dummy = $!content.put("tagsList", ["dotcms","packt publishing","award"] )
|
Show » |
| There are no comments yet on this issue.
|
|