Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Open
LU Names
Commits
c62d2903
Commit
c62d2903
authored
Aug 25, 2021
by
Dainis Abols
Browse files
Removed unnecessary TCA file
v1.3.2
parent
d7557f1e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Configuration/TCA/tx_lunames_domain_model_family_status.php
deleted
100644 → 0
View file @
d7557f1e
<?php
$ll
=
'LLL:EXT:lu_names/Resources/Private/Language/locallang.xlf:'
;
return
[
'ctrl'
=>
[
'title'
=>
$ll
.
'tx_lunames_domain_model_family_status.label'
,
'label'
=>
'title'
,
'tstamp'
=>
'tstamp'
,
'crdate'
=>
'crdate'
,
'cruser_id'
=>
'cruser_id'
,
'delete'
=>
'deleted'
,
'typeicon_classes'
=>
[
'default'
=>
'lu-names-family-status'
,
],
],
'columns'
=>
[
'tstamp'
=>
[
'label'
=>
'tstamp'
,
'config'
=>
[
'type'
=>
'input'
,
'renderType'
=>
'inputDateTime'
,
'eval'
=>
'datetime'
,
],
],
'crdate'
=>
[
'label'
=>
'crdate'
,
'config'
=>
[
'type'
=>
'input'
,
'renderType'
=>
'inputDateTime'
,
'eval'
=>
'datetime'
,
],
],
'cruser_id'
=>
[
'label'
=>
'cruser_id'
,
'config'
=>
[
'type'
=>
'passthrough'
,
],
],
'title'
=>
[
'label'
=>
$ll
.
'tx_lunames_domain_model_family_status.label'
,
'config'
=>
[
'type'
=>
'input'
,
'size'
=>
20
,
'eval'
=>
'trim,required'
,
],
],
],
'types'
=>
[
'0'
=>
[
'showitem'
=>
'title'
],
],
];
composer.json
View file @
c62d2903
{
"name"
:
"luitd/lu-names"
,
"version"
:
"1.3.
1
"
,
"version"
:
"1.3.
2
"
,
"description"
:
"Jews in Latvia names database extension for TYPO3"
,
"type"
:
"typo3-cms-extension"
,
"keywords"
:
[
...
...
ext_emconf.php
View file @
c62d2903
...
...
@@ -9,7 +9,7 @@ $EM_CONF[$_EXTKEY] = [
'author_email'
=>
'lauris.karklis@lu.lv, dainis.abols@lu.lv'
,
'state'
=>
'stable'
,
'clearCacheOnLoad'
=>
true
,
'version'
=>
'1.3.
1
'
,
'version'
=>
'1.3.
2
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'9.5.0-10.9.99'
,
...
...
readme.md
View file @
c62d2903
...
...
@@ -4,7 +4,7 @@ Jews in Latvia names database extension for TYPO3TYPO3 Extension for Regulations
## Version
1.
3.
1
1.
3.
2
## Dependecies
...
...
Write
Preview
Supports
Markdown
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