Skip to content

ysoxima/xima-typo3-manual

 
 

Repository files navigation

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

    composer require xima/xima-typo3-manual
  2. Create a new page in the page tree

    • Select doctype "Manual page"
    • Check "Use as Root Page"
    • Include static PageTS
  3. Create new Root-TypoScript template for this page + include static 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 53.5%
  • HTML 25.9%
  • CSS 16.3%
  • JavaScript 4.3%