Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save farmerbradllc/3821305 to your computer and use it in GitHub Desktop.
Save farmerbradllc/3821305 to your computer and use it in GitHub Desktop.
Helpful Code Snippets
{
"layoutTemplateId": "2_columns_ii",
"layouts": [
{
"name": "Home",
"friendlyURL": "/home"
}
]
}
## ---------- Logo ---------- ##
#if (($company.getLogoId() == 0) && $use_company_logo)
#set ($site_logo = "${images_folder}/custom/logo.png")
#set ($site_logo_height = 36)
#set ($site_logo_width = 88)
#end
{
"portletId": "1_WAR_webformportlet_INSTANCE_${groupId}",
"portletPreferences": {
"fieldType2": "radio",
"fieldOptions2": "option1,option2,option3",
"title" : "",
"description" : "",
"portletSetupCss": {
"advancedData": {
"customCSSClassName": "make-appointment"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment