Frontend Plugin options not displaying for Extension Builder

自闭症网瘾萝莉.ら 提交于 2019-12-22 12:52:38

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!