DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Initialisation File

At least you have to create an initialisation file. This file contains the configuration for the installer page.

Initial Situation

page tree

  • installer page (1.)
    • TypoScript Template (1.1)
    • Plugin Launch it! (1.2)

TypoScript

Constants

start {
        config {
                // If installer language should be English, move values to en and en_GB
                language           = de
                htmlTag_langKey    = de
                htmlTag_setParams  = lang="de" class="no-js"
                locale_all         = de_DE.UTF-8
        }
}

Setup

config {
        htmlTag_langKey   = {$start.config.htmlTag_langKey}
        htmlTag_setParams = {$start.config.htmlTag_setParams}
        language          = {$start.config.language}
        locale_all        = {$start.config.locale_all}
}

Options > Clear

  • [X] Constants
  • [X] Setup
  • [X] Rootlevel

Include static (from Extension)

  • TypoScript Content Elements (css_styled_content)
  • TypoScript Content Elements CSS (optional) (css_styled_content)
  • Fluid Content Elements (fluid_styled_content)
  • Fluid Content Elements CSS (optional) (fluid_styled_content)
  • Launch [0] Page (launch)
  • Launch [1] Installer (launch)
  • Launch [9] +TYPO3 Responsive (launchstart)

Plugin

Is self-explaining :)

T3D-Export

Export the installer page (1.) to a t3d-file.

Move this file to:

  • your-extension/Initialisation/data.t3d