kmedia / silverstripe-onepage
An extension for simple OnePager
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 6
Type:silverstripe-vendormodule
Requires
- silverstripe/cms: ^4.5
- silverstripe/framework: ^4.5
- dev-master
- dev-dependabot/composer/silverstripe/framework-4.11.14
- dev-dependabot/composer/silverstripe/cms-4.11.3
- dev-dependabot/composer/silverstripe/assets-1.11.1
- dev-dependabot/composer/silverstripe/admin-1.11.3
- dev-dependabot/composer/guzzlehttp/psr7-1.8.5
- dev-dependabot/composer/league/flysystem-1.1.4
This package is auto-updated.
Last update: 2025-03-22 05:09:25 UTC
README
This module provides a basic skeleton to build one-page sites easily.
Installation
Best installed via composer. You may clone the repo or download the zip, however you should find a directory called "onepage" with all files in your silverstripe root folder.
Using Composer
composer require kmedia/silverstripe-onepage
Requirements
- Silverstripe 4
Usage
Basic setup
Define a page as page type "One Page Holder" and add some child pages.
Different page types
You can of course use any page type as a slide. Simply create an own template for inclusion as a slide and add the suffix "_onepage" to it's name. See the included file Page_onepage.ss