Compare commits

...

4 commits

8 changed files with 26 additions and 1 deletions

BIN
assets/typo3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

View file

@ -93,6 +93,19 @@ in {
icon = ./../../assets/packagist.png;
definedAliases = [ "@packagist" ];
};
"TYPO3 Extensions (TER)" = {
urls = [{
template = "https://extensions.typo3.org/";
params = [
{ name = "L"; value = "0"; }
{ name = "id"; value = "1"; }
{ name = "tx_solr[q]"; value = "{searchTerms}"; }
];
}];
icon = ./../../assets/typo3.png;
definedAliases = [ "@ter" ];
};
"GitHub" = {
urls = [{
template = "https://github.com/search";
@ -342,6 +355,10 @@ in {
background-color: #218693 !important;
}
.ts-dropdown .active {
background-color: #218693 !important;
}
table.dataTable tr.summary td {
background-color: #218693 !important;
}

View file

@ -317,3 +317,9 @@ snippet testlegacy
snippet die
throw new \Exception('debugging end: ' . var_export(${1}, true));${2}
snippet validate
#[Validate([
'validator' => '${1:StringLength}',
'options' => [${2:'maximum' => 150}],
])]

View file

@ -1,2 +1,4 @@
snippet import
@import 'EXT:${1:ext_key}/${2:Configuration/TypoScript}/${3:FileName}.typoscript'
snippet include
@import 'EXT:${1:ext_key}/${2:Path}/${3:FileName}.typoscript'
@import 'EXT:${1:ext_key}/${2:Configuration/TypoScript}/${3:FileName}.typoscript'

Binary file not shown.

Binary file not shown.

Binary file not shown.