I hereby claim:
- I am s2b on github.
- I am s2b (https://keybase.io/s2b) on keybase.
- I have a public key whose fingerprint is 2073 A8AC AB3F 45C2 4CEA 6DC6 9D7E 2929 9DF3 DC6D
To claim this, I am signing this object:
// Map jquery module to the plugin | |
// Credits to jburke | |
// https://github.com/jrburke/requirejs/issues/451#issuecomment-8442745 | |
require.config({ | |
map: { | |
'*': { | |
'jquery': 'jquery!' | |
} | |
} | |
}); |
<?php | |
class SomeClass{ | |
protected function getUploadPath($table, $field) { | |
global $TCA; | |
$cObj = $this->configurationManager->getContentObject(); | |
t3lib_div::loadTCA($table); |
<?php | |
class MyRepository extends \TYPO3\CMS\Extbase\Persistence\Repository { | |
/** | |
* Returns an enableFields SQL statement for the specified table | |
* @param string $tableName name of the database table | |
* @return string enableFields SQL statement | |
*/ | |
protected function enableFields($tableName) { | |
if (TYPO3_MODE === 'FE') { |
TCEFORM.tt_content { | |
# Disable fields that specify/change image dimensions | |
imagewidth.disabled = 1 | |
imageheight.disabled = 1 | |
section_frame.disabled = 1 | |
# Limit column selection | |
imagecols.keepItems = 1, 2, 3, 4 | |
imagecols.types.textpic.keepItems = 1, 2 | |
} |
I hereby claim:
To claim this, I am signing this object:
<?php | |
namespace VENDOR\MyExtension\Utility; | |
use TYPO3\CMS\Fluid\View\StandaloneView; | |
use TYPO3\CMS\Extbase\Utility\ArrayUtility; | |
use TYPO3\CMS\Core\Utility\GeneralUtility; | |
class StandaloneViewUtility | |
{ |
import: | |
- recipe/common.php | |
- contrib/rsync.php | |
- contrib/cachetool.php | |
config: | |
shared_files: | |
- .env | |
shared_dirs: | |
- var |