模板变量不会从默认值更新
我是 ModX 的新手,但我已经为图像 ( image-1 ) 创建了一个模板变量 (TV) 。
然后我设置一个默认值,并将电视分配给我的 Home_Template,单击“保存”。
在该模板中创建一些简单的 html:
<li>[*image-1*]</li>
正如预期的那样,模板变量在此屏幕上可用。所以我选择要显示的图像并保存。它出现在该模板屏幕的预览中,但不在实际网站上。
有什么想法吗?
I'm new to ModX, but I have created a Template Variable (TV) for an Image ( image-1 ) .
Then I set a default value, and assign the TV to my Home_Template, click save.
Create some simple html in that template:
<li>[*image-1*]</li>
As expected, the template variable is available on this screen. So I select the image I want to display, and save. It appears in the preview for this template screen, but not on the actual website.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查您的缓存设置〜可能最好在开发过程中完全关闭缓存。
还可以尝试调用您的代码片段 &变量为“未缓存”例如:
这看起来像进化代码,如果可能的话最好切换到革命。
-肖恩
check your caching settings ~ probably best to turn off caching completely during development.
also try calling your snippets & variables as 'uncached' ex:
this looks like evolution code, best to switch to revolution if at all possible.
-sean