📔
ui-o-matic documentation
  • UI-O-Matic Docs
  • Usage
  • Default Field Editor Views
  • Custom Field Editor Views
  • Listview
  • List Field Views
  • List View Actions
  • Dashboard
  • Property Editors
  • Event Model
  • Config Settings
  • Addons
  • Advanced
  • KnowIssues
  • FurtherReading
  • Content Apps
  • SPA and Front.API
Powered by GitBook
On this page
  • Default Object Service Type
  • Default List View Page Size
  • RTE Field Editor Buttons

Was this helpful?

Config Settings

PreviousEvent ModelNextAddons

Last updated 18 days ago

Was this helpful?

UI-O-Matic has a config file (\App_Plugins\UIOMatic\UIOMatic.config) where you can set the following options:

<?xml version="1.0" encoding="utf-8" ?>
<UIOMatic defaultObjectServiceType="UIOMatic.Services.PetaPocoObjectService, UIOMatic">
  <setting key="defaultListViewPageSize">10</setting>
  <setting key="rteFieldEditorButtons"><![CDATA[["preview", "|", "undo", "redo", "|", "copy", "cut", "paste", "|", "bold", "italic", "|", "link", "unlink"]]]></setting>
</UIOMatic>

Default Object Service Type

Ability to switch out the default object service type, read more on this in the .

Default List View Page Size

Default page size for the List View, on installation this is set to 10

RTE Field Editor Buttons

In this setting you can specify which buttons should be available on the RTE field editor

advanced section