atoti_plus.app_extension module#

Existing app extensions to customize the app.

atoti_plus.app_extension.ADVANCED_APP_EXTENSION#

The (name, path) of an app extension providing advanced features:

  • MDX editor

  • Context values editor

  • State editor

  • Text editor widget

Example

>>> from atoti_plus import ADVANCED_APP_EXTENSION
>>> app_extensions = dict([ADVANCED_APP_EXTENSION])