Skip to content

Instantly share code, notes, and snippets.

@sorenmalling
Created November 29, 2012 13:03
Show Gist options
  • Save sorenmalling/4168906 to your computer and use it in GitHub Desktop.
Save sorenmalling/4168906 to your computer and use it in GitHub Desktop.
http://wiki.typo3.org/Pagetree#Context_menu
options.contextMenu {
table.pages.items {
710 = ITEM
710 {
name = notInMenu
label = Hide in menu
icon = ' . t3lib_div::locationHeaderUrl(t3lib_extMgm::extRelPath($_EXTKEY) . 'ext_icon.gif') . '
spriteIcon =
displayCondition = getRecord|nav_hide = 0
callbackAction = tcemain-callback
customAttributes = [some syntax where you set nav_hide]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment