Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
ceb02db1
Commit
ceb02db1
authored
Dec 23, 2018
by
Stefan Busemann
Browse files
[FEATURE] Add search fields to donation records
parent
7947710e
Pipeline
#5880
passed with stages
in 3 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3o_donation/Configuration/TCA/tx_t3odonation_domain_model_donation.php
View file @
ceb02db1
...
...
@@ -18,6 +18,7 @@ return [
'dynamicConfigFile'
=>
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
extPath
(
't3o_donation'
)
.
'Configuration/TCA/tx_t3odonation_domain_model_donation.php'
,
'iconfile'
=>
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
extRelPath
(
't3o_donation'
)
.
'Resources/Public/Icons/tx_t3odonation_domain_model_donation.gif'
,
'dividers2tabs'
=>
true
,
'searchFields'
=>
'name, company, address, address_street, address_city, address_country, email, amount, comment'
,
],
'interface'
=>
[
'showRecordFieldList'
=>
'hidden,name,company,address,address_street,address_zip,address_city,address_state,address_country,address_country_code,email,amount,fee,currency,url,comment,paypal_transaction_id,feuser,account'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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