oliverklee/typo3-devsite

This package is abandoned and no longer maintained. No replacement package was suggested.

TYPO3 extension that contains the basics of a site which Oliver Klee uses for developing in TYPO3.

Installs: 749

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Language:HTML

Type:typo3-cms-extension

v4.0.0 2022-06-01 15:25 UTC

This package is auto-updated.

Last update: 2023-12-07 16:52:01 UTC


README

License

⚠️ This extension has been integrated into my Testing distribution. Hence, this repository here is no longer maintained.

This is a TYPO3 extension that contains the basics of a site which I use for developing in TYPO3. It helps to create a working site with navigation and nice CSS extremely quickly.

In addition, minification and concatenation of JavaScript and CSS is disabled, making debugging less of a pain.

Installation

This package should only be installed via Composer, not from the TER.

Installing the package via Composer

Require the package "oliverklee/typo3-devsite".

Within the TYPO3 back end

  1. Uninstall the extension css_styled_content (if it is installed).
  2. Install the extension fluid_styled_content (provided by the Core).
  3. In your TypoScript template, include the following static templates:
    • Content Elements (fluid_styled content)
    • Content Elements CSS (optional) (fluid_styled content)
    • TYPO3 development site (typo3-devsite)

favicon.ico

There's a small favicon.ico in Resources/Public/Icons/ for copying to your site root.