Zwischenstand
This commit is contained in:
104
Configuration/TypoScript/Ajax/ajax.typoscript
Normal file
104
Configuration/TypoScript/Ajax/ajax.typoscript
Normal file
@@ -0,0 +1,104 @@
|
||||
|
||||
|
||||
blrToggleLike = PAGE
|
||||
blrToggleLike {
|
||||
typeNum = 874644
|
||||
|
||||
config {
|
||||
disableAllHeaderCode = 1
|
||||
additionalHeaders = Content-type:application/json
|
||||
xhtml_cleaning = 0
|
||||
admPanel = 0
|
||||
debug = 0
|
||||
no_cache = 1
|
||||
}
|
||||
|
||||
10 = USER
|
||||
10 {
|
||||
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
|
||||
extensionName = BookmarksLikesRatings
|
||||
pluginName = ToggleLike
|
||||
vendorName = WapplerSystems
|
||||
controller = Like
|
||||
action = toggle
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
blrStatusLike = PAGE
|
||||
blrStatusLike {
|
||||
typeNum = 874645
|
||||
|
||||
config {
|
||||
disableAllHeaderCode = 1
|
||||
additionalHeaders = Content-type:application/json
|
||||
xhtml_cleaning = 0
|
||||
admPanel = 0
|
||||
debug = 0
|
||||
no_cache = 1
|
||||
}
|
||||
|
||||
10 = USER
|
||||
10 {
|
||||
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
|
||||
extensionName = BookmarksLikesRatings
|
||||
pluginName = StatusLike
|
||||
vendorName = WapplerSystems
|
||||
controller = Like
|
||||
action = status
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
blrToggleBookmark = PAGE
|
||||
blrToggleBookmark {
|
||||
typeNum = 874654
|
||||
|
||||
config {
|
||||
disableAllHeaderCode = 1
|
||||
additionalHeaders = Content-type:application/json
|
||||
xhtml_cleaning = 0
|
||||
admPanel = 0
|
||||
debug = 0
|
||||
no_cache = 1
|
||||
}
|
||||
|
||||
10 = USER
|
||||
10 {
|
||||
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
|
||||
extensionName = BookmarksLikesRatings
|
||||
pluginName = ToggleBookmark
|
||||
vendorName = WapplerSystems
|
||||
controller = Bookmark
|
||||
action = toggle
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
blrStatusBookmark = PAGE
|
||||
blrStatusBookmark {
|
||||
typeNum = 874655
|
||||
|
||||
config {
|
||||
disableAllHeaderCode = 1
|
||||
additionalHeaders = Content-type:application/json
|
||||
xhtml_cleaning = 0
|
||||
admPanel = 0
|
||||
debug = 0
|
||||
no_cache = 1
|
||||
}
|
||||
|
||||
10 = USER
|
||||
10 {
|
||||
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
|
||||
extensionName = BookmarksLikesRatings
|
||||
pluginName = StatusBookmark
|
||||
vendorName = WapplerSystems
|
||||
controller = Bookmark
|
||||
action = status
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user