zoukankan      html  css  js  c++  java
  • Liferay 6.2 改造系列之十九:修改站点设置的表单内容

    在/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
    

      

  • 相关阅读:
    对deferred(延迟对象)的理解
    string 、char* 、 char []的转换
    char* 和 cha[]
    层序遍历二叉树
    之字形打印二叉树
    右值
    函数指针(待修改)
    top k

    哈夫曼编码
  • 原文地址:https://www.cnblogs.com/luoruiyuan/p/5788606.html
Copyright © 2011-2022 走看看