Ensuring Theme Press Compatibility with Scroll Versions and Translations
Changing the Theme Press and Scroll apps Settings so you can use both in the same space.
Replace me with a more complete explanation of what this how-to accomplishes.
Ensure layout show Breadcrumbs and Page Info
Disable 'editor.ajax.save' Dark Features
TODO
Navigate to Scroll Settings
Either 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' settings
Find 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 Refresh
TODO