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
Enable 'editor.ajax.save' dark feature
Scroll Versions relies on the "editor.ajax.save" dark feature, which may be disabled by Theme Press or other Brikit Apps. To re-enable it, visit the dark features page, scroll to the "Site Dark Features" section, locate "editor.ajax.save.disable", and click the "remove" button next to it.
Navigate to Scroll Settings
We now have to update a configuration setting for Scroll Versions or Scroll Translations. This can be done either at the space level or the site level (globally).
Space
Enter the following URL in your browser's window, replace the parts specific to your environment, and hit enter.
Site
Or, navigate to the Confluence administration area, as follows:
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