Title: Portal Admin interface: Portal Preferences Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. A portal administrator is able to manage a growing number of settings that are visible in the portal. To access the admin interface, see [Portal admin interface](admin-interface.html). ## Page Size The number of items from a list per page. The widget store lists the widgets per 10 items by default. Changing this value will change the number of Widgets shown per page in the store. ## Title suffix Each page in the portal has a default suffix of "- Rave" in the browser's title bar. The administrator can change this into the company name or any other value. ## JavaScript Debug Mode Enabled(1): Serves out the individual Rave JavaScript files separately (rave*.js), unmodified, for easy debugging. This is the default setting. Disabled(0): Serves out one single concatenated and minified JavaScript file (rave_all.min.js) useful for production environments when performance is more important. This file is built using the wro4j-maven-plugin at build time. ## Initial Widget Status Defines the status of a Widget that has just been added to the Widget Store. The default setting is "PREVIEW" which means an administrator must first publish the Widget before users can add the Widget to their page. ## Default widget height The height in pixels that a widget will be rendered with if none is specified by the widget. Default is 250. ## Show stack trace on error pages Enabled(1): Will render a link on the error JSP page to view a stack trace, useful for debugging purposes. Disabled(0): Will not render the link or stack trace, useful for production environments where you don't want to expose code details. ## Local (URL) of external widget marketplace Defines the location of a widget marketplace external to the Rave implementation.