首页 > 其他 > 详细

Liferay 6.2 改造系列之十九:修改站点设置的表单内容

时间:2016-08-19 19:11:41      阅读:245      评论:0      收藏:0      [点我收藏+]

在/portal-master/portal-impl/src/portal.properties文件中,有如下配置:

#
# Input a list of sections that will be included as part of the form when
# updating a site.
#
sites.form.update.main=details,categorization,site-url,site-template
sites.form.update.seo=sitemap,robots
sites.form.update.advanced=default-user-associations,staging,analytics,content-sharing,recycle-bin
sites.form.update.miscellaneous=custom-fields,display-settings

修改为:

#
# Input a list of sections that will be included as part of the form when
# updating a site.
#
sites.form.update.main=details,categorization,site-url,site-template
sites.form.update.seo=sitemap,robots
sites.form.update.advanced=default-user-associations
sites.form.update.miscellaneous=display-settings

  

Liferay 6.2 改造系列之十九:修改站点设置的表单内容

原文:http://www.cnblogs.com/luoruiyuan/p/5788606.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!