有没有像ed_pixlr这样的图片编辑插件可以在当前版本的typo3上使用?
发布于 2012-02-04 04:45:11
它在4.6.4中适用于我。
我注意到的唯一一件事是扩展配置没有在TSconfig中自动启用该模块。在User TSconfig中添加以下行
tx_edpixlr = 1
tx_edpixlr.rendertype = editor或者在ext_tables.php中添加这些行
t3lib_extMgm::addUserTSConfig('tx_edpixlr=1');
t3lib_extMgm::addUserTSConfig('tx_edpixlr.rendertype=editor');默认情况下启用它。
https://stackoverflow.com/questions/9130273
复制相似问题