有没有办法限制模板级别的组件。 例如,我有三个模板: - template_1,template_2,template_3。 有5个组件。 COMP_1,comp_2,comp_3,COMP_4,comp_5。
现在在template_1中我想显示comp_1,comp_2,comp_3。在template_2&中的位置template_3我想只显示comp_4,comp_5。
我尝试通过在模板上添加多字符串属性名称'component'来实现此目的,如下面的链接所示: - Limiting allowed components in a template in cq5
但无法实现这一目标。任何人都可以帮忙解决这个问题。
提前致谢
答案 0 :(得分:0)
您可以设置限制模板上组件使用的自定义设计文件。
答案 1 :(得分:0)
In [1]: df
Out[1]:
A B C
0 2013-01-01 2013-01-01 0.282863
1 2013-01-02 2013-01-01 0.173215
2 2013-02-03 2013-02-04 2.104569
3 2013-02-09 2013-04-15 0.706771
4 2013-03-05 2013-08-01 0.567020
5 2013-03-06 2013-04-01 0.113648
你确定你试过"组件"。这应该对你有用。我在你的问题中看到你添加了一个属性'组件'而不是'组件'