如何编辑此 TYPO3 插件对象的实际内容?
我继承了一个使用 TYPO3 的网站,但我对此没有太多经验。我的页面布局中有左栏。左列是一个使用“插入”插件的对象。实际页面上有一个图形地图。我只是想知道如何编辑这所指的实际内容。这是一个屏幕截图:
这里放大了一点...
基于所有元数据,这是正在使用的某种“Magento”/“Insert”插件。同样,问题是,我在哪里编辑/更改与该对象关联的实际内容?
如果我单击“Magento Left”标签左侧的插件图标并选择“编辑”,我会得到以下结果:
单击“插件”选项卡会显示以下内容:
帮助!
I've inherited a site using TYPO3 and I don't have that much experience with it. I have a page with a left column in the layout. In that left column is an object using an "insert" plugin. On the actual page is a graphic map. I'm just wondering how to edit the actual content that this is referring to. Here is a screenshot:
Here it is a bit more zoomed in...
Based on all of the meta-data this is some kind of "Magento"/"Insert" plugin being used. Again, the question is, where do I edit/change the actual content associated with this object?
If I click on the plugin icon to the left of the "Magento Left" label and select "edit", this is what I get:
Clicking the "Plugin" tab gives me this:
HELP!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我的猜测(这是一个猜测,因为我以前从未使用过 Magento)是你不能,至少不能通过 TYPO3 后端。 Magento 插件可能会自行创建输出,然后将其直接通过管道传输到插件中。因此,要更改输出,您需要进入 Magento 插件的源代码并对其进行编辑。
My guess (and it is a guess, since I've never used Magento before) is that you can't, at least not through the TYPO3 backend. The Magento plugin is probably creating the output itself and then piping it into the plugin directly. So to alter the output you'd need to go into the Magento plugin's source code and edit that.
我也没有使用过这个特定的扩展,但您可能会成功单击“Magento Left”标题左侧的插件图标。无论如何,如果这是一个名为“Magento”的插件,它似乎只是来自其他地方的内容的桥梁,并且显示的内容可能应该在其他地方进行编辑。一切猜测都在这里。有关该插件的更多信息可以从以下位置获得
http://typo3.org/extensions/repository/view/fb_magento/current/。
I have also not used this particular extension, but you might have success in clicking the plugin icon just to the left of the "Magento Left" title. At any rate, if this is the plugin called "Magento", it seems to be simply a bridge for content from somewhere else, and the displayed content should then probably be edited somewhere else. All speculation here. Further info about the plugin might be obtained from
http://typo3.org/extensions/repository/view/fb_magento/current/.