问题
I created an extension with a frontend plugin using Extension Builder called "Planner".
The plugin is listed while editing the page content (Inserting into the page), however, the plugin options are not being displayed.
The actions created in the controller are List, Index, Show, Edit, New. The folder structure in conf/ext also seems fine. The table table tx_planner_domain_model_planner has also been created.
Where did I go wrong ?
回答1:
Take a look at FlexForms (TYPO3 wiki: http://wiki.typo3.org/Extension_Development,_using_Flexforms).
This makes it possible to provide a form where you can manage your plugin settings.
See also: http://typo3.org/documentation/document-library/core-documentation/doc_core_tca/current/
来源:https://stackoverflow.com/questions/16455164/frontend-plugin-options-not-displaying-for-extension-builder