woconfig folder
The /woconfig
folder is obsolete as of PageSeeder v5.97. All custom CSS, javascript and images is now in style
folders under /WEB-INF/config/template/[project]
.
The woconfig
folder is a container for most of PageSeeder's customizable styles and scripts.
The template folder is located in the public part of the Web application so that its contents can be accessed via the Web directly and subdivided by project and perspective so that each project customization is saved under the following folders:
/woconfig/[project]
(For the default perspective)
/woconfig/[project].[perspective]
(For a specific perspective)
For example, the template folder would contain the following folders, if the 'acme' project and its developer perspective were customized:
/woconfig / acme / acme.developer
For more information about this folder, see the API documentation for the woconfig folder.