Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
1656d903
Commit
1656d903
authored
Mar 01, 2016
by
Carsten Rose
Browse files
Added QFQ icon
parent
c10434ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
CODING.md
View file @
1656d903
...
...
@@ -92,7 +92,9 @@ Primary Table
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
*
https://wiki.typo3.org/Extbase_HowTos
...
...
extension/ext_icon.png
0 → 100644
View file @
1656d903
675 Bytes
extension/ext_tables.php
View file @
1656d903
...
...
@@ -11,7 +11,7 @@ if (!defined('TYPO3_MODE')) {
'IMATHUZH.'
.
$_EXTKEY
,
'Qfq'
,
'QFQ Element'
,
'
[none]
'
'
../typo3conf/ext/qfq/ext_icon.png
'
);
/*
...
...
@@ -19,5 +19,6 @@ if (!defined('TYPO3_MODE')) {
*/
$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'
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment