Ensure layout show Breadcrumbs and Page Info
Disable 'editor.ajax.save' Dark FeaturesTODO Navigate to Scroll SettingsEither in the Space or Globally Space <Confluence Base URL>/plugins/servlet/scroll-settings/?key=<space key> Globally Confluence Gear > General Configuration > Scroll Runtime > Advanced Plugin Settings Update the 'theme-integration.json' settingsFind the item called "theme-integration.json" and click "Edit" Paste the following into the code area, then click save. {
"isThemeCompatible": true,
"contentManagementToolbarSelector" : ".brikit-toolbar #navigation"
} |
This tells the Scroll apps that Theme Press is indeed a compatible theme, and updates the display of the Scroll Management Toolbar to the corresponding Theme Press HTML element. Save and RefreshTODO |