t3v/t3v_page

The page extension of TYPO3voilà.

Installs: 1 396

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

7.3.0 2023-03-19 17:17 UTC

README

The page extension of TYPO3voilà.

T3v Page extends the page object of TYPO3 with custom fields:

  • Claim
  • Summary
  • Outline
  • Thumbnail
  • Open Graph Type

Dependencies

Core

  • TYPO3 CMS 10.4 or greater
  • SEO extension

TYPO3voilà

  • T3v Base extension

Installation

  1. Add T3v Page as dependency to the Composer configuration
  2. Run composer install or composer update to install all dependencies with Composer
  3. Include the TypoScript for T3v Page

Development

Setup

git clone https://github.com/t3v/t3v_page.git && cd t3v_page

./Scripts/Setup.sh

Testing

./Scripts/Tests.sh
./Scripts/Tests/Unit.sh
./Scripts/Tests/Functional.sh
./Scripts/Tests/Migrate.sh

Bug Reports

GitHub Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems here.

Versioning

This project aims to adhere to Semantic Versioning 2.0.0. Violations of this scheme should be reported as bugs. Specifically, if a minor or patch version is being released that breaks backward compatibility, that version should be immediately yanked and / or a new version should be immediately released that restores compatibility.

License

T3v Page is released under the MIT License (MIT), see LICENSE.