nitsan/ns-theme-newage

T3 New Age Landing TYPO3 Template is a Bootstrap minimal app landing page. This template has been designed for any need to showcase app or website, app landing page. Built it with twitter bootstrap 3, HTML5, CSS3 and SASS. Live-Demo: https://demo.t3planet.com/?theme=t3t-newage Pro-Version & Support:

Maintainers

Package info

github.com/nitsan-technologies/ns_theme_newage

Homepage

Issues

Language:HTML

Type:typo3-cms-extension

pkg:composer/nitsan/ns-theme-newage

Transparency log

Statistics

Installs: 176

Dependents: 0

Suggesters: 0

Stars: 0

14.1.2 2026-08-18 13:34 UTC

README

Demo page tree (Initialisation)

On a fresh / empty TYPO3 site (no pages yet), install the theme dependencies, then run:

vendor/bin/typo3 extension:setup

That imports the demo page tree from Initialisation/Demo/data.xml only when pages is empty, copies assets from Initialisation/Files/ into fileadmin/ns_theme_newage, and creates config/sites/ns_theme_newage/ when that site identifier does not exist yet.

Existing sites are never overwritten

If the installation already has any pages (for example 5 pages you created yourself), extension:setup will not import the demo tree and will not change your pages. A registry marker is stored so the skip stays permanent.

Safe re-runs

Running extension:setup again after a successful empty-site import does not re-import or wipe content.

Force re-import (dev only)

Only on a disposable instance:

  1. Remove demo pages / reset DB if needed
  2. Delete registry rows for this package, e.g. extensionDataImport keys containing ns_theme_newage/Initialisation/Demo
  3. Optionally remove siteConfigImport / config/sites/ns_theme_newage
  4. Run vendor/bin/typo3 extension:setup again on an empty page tree