This file contains hidden or 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
mycategories = CONTENT | |
mycategories { | |
table = sys_category | |
select { | |
pidInList = 4 | |
# where = parent = {$global.parentCategory} | |
} | |
renderObj = TEXT | |
renderObj{ | |
field = title |
This file contains hidden or 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
year_dropdown = COA | |
year_dropdown { | |
10 = TEXT | |
10 { | |
# aktuelles Jahr | |
data = date : Y | |
wrap = <option>|</option> | |
} | |
20 < .10 | |
20 { |
This file contains hidden or 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
##### TYPOSCRIPT insert a plugin via typoscript / get result of conroller | |
tx_sz_catseach_ajax = PAGE | |
tx_sz_catseach_ajax { | |
typeNum = 666 | |
config { | |
disableAllHeaderCode = 1 | |
xhtml_cleaning = 0 | |
admPanel = 0 | |
additionalHeaders = Content-type: text/plain | |
no_cache = 1 |
This file contains hidden or 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
<?php | |
namespace Vendor\Exampleext\Controller; | |
/* ... */ | |
/** | |
* ExampleController | |
*/ | |
class ExampleController extends \TYPO3\CMS\Extbase\Mvc\Controller\ActionController { |
NewerOlder