This extension provides a new page type for creating an editor manual right in the TYPO3 backend.
- Backend module with preview
- PDF download
- Configured bw_focuspoint_images to annotate screenshots
- Configured bw_icons to add inline icons
- Install via composer
- Create a new page in the page tree
- Select doctype "Manual page"
- Check "Use as Root Page"
- Create a site config for this page
- Include PageTS template
- Create new TypoScript template + include TypoScript of this extension
An initial transfer can be done with the TYPO3 integrated ImpExp extension. However, updating an existing page tree is not recommend - better wait for the upcoming extension xima-typo3-page-sync.
To export the pagetree of the manual, you could use the following command:
typo3cms impexp:export --type t3d_compressed --levels 999 --table _ALL --include-related --include-static sys_file_storage _ALL --pid <UID>
typo3cms impexp:import --update-records fileadmin/user_upload/_temp_/importexport/<FILENAME>.t3d