Ensure layout show Breadcrumbs and Page Info
Enable 'editor.ajax.save' dark featureScroll 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 SettingsWe 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: Confluence Gear Icon > 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 RefreshTODO |