如何在发布商门户网站中自定义EDIT标签?(how can I customize EDIT tab inside publisher portal?)

编程入门 行业动态 更新时间:2024-10-25 11:32:30
如何在发布商门户网站中自定义EDIT标签?(how can I customize EDIT tab inside publisher portal?)

我想自定义wso2注册表的发布者门户的EDIT选项卡。 目前我们有以下项目:

概述分类联系人界面安全性Doc链接标记分类

我想在分类下添加一个项目,例如下面:“分类”,带有下拉菜单 - 重要,关键,自由裁量

请让我来寻找什么以及在哪里寻找以实现这一目标。

I wanted to customize EDIT tab of publisher portal of wso2 registry. Currently we have below items:

Overview Categorization Contacts Interface Security Doc links Tags Taxonomy

I want to add one more item under Categorization such as below: "Classification" with drop down menu - vital, critical, discretionary

Please let me what to look for and where to look for in order to achieve this.

最满意答案

您需要做的是编辑相关的RXT并在表分类下添加一个field元素,如下所示

<field type="options" categorization="true"> <name label="Classification">Classification</name> <values> <value>Vital</value> <value>Critical</value> <value>Discretionary</value> </values> </field>

请在此处找到相关文档以配置分类选项。

What you need to do is edit the relevant RXT and add a field element under the table categorization as follows

<field type="options" categorization="true"> <name label="Classification">Classification</name> <values> <value>Vital</value> <value>Critical</value> <value>Discretionary</value> </values> </field>

Please find the relevant documentation here to configure categorization options.

更多推荐

本文发布于:2023-08-07 21:32:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1466437.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:自定义   门户网站   标签   如何在   publisher

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!