Skip to content
Snippets Groups Projects
Commit 1656d903 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Added QFQ icon

parent c10434ef
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,9 @@ Primary Table ...@@ -92,7 +92,9 @@ Primary Table
Typo3 Typo3
===== =====
* $GLOBALS["TSFE"]->id current Page * PageId: $this->store->getVar(TYPO3_PAGE_ID, STORE_TYPO3)
* Based on: $GLOBALS["TSFE"]->id current Page
* $GLOBALS["TSFE"]->fe_user->user["uid"] fe_user_uid * $GLOBALS["TSFE"]->fe_user->user["uid"] fe_user_uid
* https://wiki.typo3.org/Extbase_HowTos * https://wiki.typo3.org/Extbase_HowTos
......
extension/ext_icon.png

675 B

...@@ -11,7 +11,7 @@ if (!defined('TYPO3_MODE')) { ...@@ -11,7 +11,7 @@ if (!defined('TYPO3_MODE')) {
'IMATHUZH.' . $_EXTKEY, 'IMATHUZH.' . $_EXTKEY,
'Qfq', 'Qfq',
'QFQ Element', 'QFQ Element',
'[none]' '../typo3conf/ext/qfq/ext_icon.png'
); );
/* /*
...@@ -19,5 +19,6 @@ if (!defined('TYPO3_MODE')) { ...@@ -19,5 +19,6 @@ if (!defined('TYPO3_MODE')) {
*/ */
$GLOBALS['TCA']['tt_content']['types']['qfq_qfq'] = array( $GLOBALS['TCA']['tt_content']['types']['qfq_qfq'] = array(
'showitem' => 'CType, header, bodytext' 'showitem' => 'hidden, CType, header, header_position, bodytext, layout, deleted, starttime, endtime, colPos, spaceBefore, spaceAfter, fe_group, header_layout, sectionIndex, linkToTop, section_frame, sys_language_uid'
); );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment