Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.41 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.41 KB

XIMA TYPO3 Manual Extension

This extension provides a new page type for creating an editor manual right in the TYPO3 backend.

Backend Preview

Features

Installation

  1. Install via composer
  2. Create a new page in the page tree
    1. Select doctype "Manual page"
    2. Check "Use as Root Page"
    3. Create a site config for this page
  3. Include PageTS template
  4. Create new TypoScript template + include TypoScript of this extension

Transferring the manual

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.

Export

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>

Import

typo3cms impexp:import --update-records  fileadmin/user_upload/_temp_/importexport/<FILENAME>.t3d