Last active
February 4, 2017 09:19
-
-
Save hampusn/2e7c51768b97ccab38b0123d831bd2d6 to your computer and use it in GitHub Desktop.
sv-fb-predefined-search-portlet-velocity-example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#set( $propertyUtil = $sitevisionUtils.propertyUtil ) | |
#set( $currentPage = $sitevisionUtils.portletContextUtil.currentPage ) | |
#set( $metadataValue = $propertyUtil.getString($currentPage, 'META', '') ) | |
#if( "$!metadataValue" != "" ) | |
+metadata.META:"$metadataValue" | |
#end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Byt ut "META" mot identifieraren för ditt metadatafält.