- 
autoHideMessages
Boolean autoHideMessages
If true PrimeFaces info messages will be hidden after a certain timeout.
 
- 
autoShowNavbar
Boolean autoShowNavbar
Automatic shows navbar when users scrolls page up (on small screens).
 Can be enable/disabled per page with <ui:param name="autoShowNavbar" value="false" />.
 
- 
breadcrumbSize
Integer breadcrumbSize
Number of breadcrumbs to queue before removing the older ones.
 
- 
closableLoading
Boolean closableLoading
When true, closeable loading is enabled.
 
- 
controlSidebar
AdminfacesProperties.ControlSidebar controlSidebar
When true it will activate control sidebar component.
 
- 
dateFormat
String dateFormat
Date format used in error page (500.xhtml), by default it is JVM default format.
 
- 
disableFilter
Boolean disableFilter
Disables AdminFilter, responsible for redirecting user after session timeout,
 sending user to logon page when it is not logged in among other things.
 
- 
enableMobileHeader
Boolean enableMobileHeader
When true, the mobile header is enabled.
 
- 
enableRipple
Boolean enableRipple
When true it will create a wave/ripple effect on elements specified by rippleElements.
 
- 
enableSlideMenu
Boolean enableSlideMenu
If true will make left menu touch enable (can be closed or opened via touch).
 Can be enable/disabled per page with <ui:param name="enableSlideMenu" value="false" />.
 
- 
extensionLessUrls
Boolean extensionLessUrls
Removes extension suffix from breadCrumb links.
 
- 
iconsEffect
Boolean iconsEffect
Enables material effect when icons (e.g modal close, calendar) are clicked.
 
- 
ignoredResources
String ignoredResources
Comma separated resources (pages or urls) to be skiped by AdminFilter.
 Ex: /rest, /pages/car-list. Note that by default the filter skips pages
 under CONTEXT/public/ folder.
 
- 
indexPage
String indexPage
index page location. User will be redirected to it when it access app root (contextPath/).
 
- 
loadingImage
String loadingImage
image used for the loading popup. It must be under webapp/resources/images folder.
 
- 
loginPage
String loginPage
login page location (relative to webapp). It you only be used if you configure Admin Session.
 
- 
messagesHideTimeout
String messagesHideTimeout
Timeout to hide info messages. Note that the timeout is also composed by
 configured timeout + number of words in message.
 
- 
renderAjaxStatus
Boolean renderAjaxStatus
When false ajaxStatus, which triggers the loading bar on every ajax request,
 will not be rendered.
 
- 
renderBreadCrumb
Boolean renderBreadCrumb
When false, the breadCrumb component, declared in admin template, will not be rendered.
 
- 
renderControlSidebar
Boolean renderControlSidebar
When true it will activate control sidebar component.
 
- 
renderFormAsterisks
Boolean renderFormAsterisks
When true, the asterisk on required form elements is rendered.
 
- 
renderMenuSearch
Boolean renderMenuSearch
Enables or disables menu search.
 
- 
renderMessages
Boolean renderMessages
When false, p:messages defined in admin template will not be rendered.
 
- 
rippleElements
String rippleElements
A list of comma separated list of (jquery) selector which elements will be
 affected by ripple effect.
 
- 
rippleMobileOnly
Boolean rippleMobileOnly
When true the ripple effect will be enabled only on mobile (small) screens.
 
- 
skin
String skin
Default template skin.
 
- 
skipMessageDetailIfEqualsSummary
Boolean skipMessageDetailIfEqualsSummary
When true, p:message will not show details if equals to summary.
 
- 
templatePath
String templatePath
Template path.