Check it!¶
You can check your configuration with
- Modul System > Configuration
Clear Cache¶
Please clear the TYPO3 backend cache.
$GLOBALS[‘TCA’]¶
- Modul System > Configuration: [$GLOBALS[‘TCA’]]
Your file structure¶
This should be a cutout of the file structure of your extenion, if your extension is called “yourextension”.
netzmacher@typo3.org:.../ext/yourextension# tree
.
├── Configuration
│ └── TCA
│ └── Overrides
│ ├── fe_users
│ │ ├── columns.php
│ │ └── mapping.php
│ └── fe_users.php
├── ext_tables.sql
└── Resources
└── Private
└── Language
├── de.fe_users.xlf
└── fe_users.xlf