Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Ektron 8.6 中工作。
在 ektron 工作区添加一些附加选项的最佳方法是什么。我的要求就像在内容的设置 TAB 中添加一个附加选项。是否建议去相应的物理页面中进行更改?还是有任何替代方法?
我会看看你是否可以使用元数据来模拟你需要的新设置。这样,无需更改 Ektron 代码,也无需编码。
另一种选择是为您想要的设置创建一个智能表单,然后添加内容选择器元数据以将内容链接到设置智能表单。
如果这些设置在每个页面上都不同(例如“ShowLeftHandColumn”),我会选择选项 A,如果大量页面将共享类似的设置(例如“SalesDepartmentAdvertismentSettings”),我会选择选项 B