Browser
Browser configurations control the behavior of the Titania Web Editor browser. Browser configurations
are configured in the browser.json
file located
in the uiconfigs
folder. This is best illustrated
with an example:
{ "navigation": { "maxObjectsReturned": 25 }, "newDocument": { "documentTitleLength": 64 } }
navigation
settings control overall browser navigation.
-
maxObjectsReturned
. When browsing with a folder with a large number of objects, this setting controls the number of objects returned in a single page. The browser will present a Next and Prev button to allow navigation to the next set of objects. NOTE: This must be set to 25.
newDocument
settings control aspects of creating
a new document.
-
documentTitleLength
. Maximum number of characters allows for a title. This is typically limited by the CCMS.