Skip to content

Instantly share code, notes, and snippets.

View jcdirks's full-sized avatar

Jan-Claas Dirks jcdirks

  • Oldenburg, Germany
View GitHub Profile
# Show possible errors
config.contentObjectExceptionHandler = 0
lib.categories = CONTENT
lib.categories {
table = sys_category
select {
# Adapt to your needs
pidInList = root
# Set a recursive level if needed
@einpraegsam
einpraegsam / FlexformStudyfinderList.xml
Last active June 30, 2023 14:59
Overwrite a FlexForm from any Extension with your FlexForm in TYPO3
<T3DataStructure>
<meta>
<langDisable>1</langDisable>
</meta>
<sheets>
<main>
<ROOT>
<TCEforms>
<sheetTitle>LLL:EXT:in2studyfinder/Resources/Private/Language/locallang_db.xlf:listView</sheetTitle>
</TCEforms>
@Yetangitu
Yetangitu / oc-watch.sh
Last active February 24, 2016 19:17
inotifywait-based change generator for use with apps/files scan api
#!/bin/bash
# inotify-based file watcher, to be used in combination with a patched files app
# command which supports the scanSingle/scanBatch api
#
# run as any user; make sure user can modify the PID file
TIMEOUT=60
OC_ROOT=/var/www/owncloud