Skip to content

Instantly share code, notes, and snippets.

@Akii
Created May 20, 2014 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akii/c12df86ae5b2326019d9 to your computer and use it in GitHub Desktop.
Save Akii/c12df86ae5b2326019d9 to your computer and use it in GitHub Desktop.
Ajax Extbase
ajax_page = PAGE
ajax_page {
typeNum = 1400579457
config {
disableAllHeaderCode = 1
xhtml_cleaning = 0
admPanel = 0
debug = 0
no_cache = 1
additionalHeaders (
Content-type: application/json
)
}
10 = USER
10 {
userFunc = tx_extbase_core_bootstrap->run
pluginName = PluginName
extensionName = ExtensionName
controller = ControllerName
action = defaultAction
switchableControllerActions {
ControllerName {
1 = defaultAction
2 = ...
}
}
settings =< plugin.tx_pluginname.settings
persistence =< plugin.tx_pluginname.persistence
view =< plugin.tx_pluginname.view
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment