creifenscheid / site-setup
TYPO3 extension with basic setup
Installs: 193
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:typo3-cms-extension
Requires
- ext-pdo: *
- b13/container: ^2.1
- typo3/cms-core: >12.4.7 <=12.4.99
- typo3/cms-rte-ckeditor: >12.4.7 <=12.4.99
README
This TYPO3 extension provides the configuration to set up a webpage. It does not offer any styling.
Features
Instance configuration
Using the constant editor you‘ll get a bunch of configuration possibilities such as:
- Various icons, e.g. app icon, icons in carousel action buttons, favicon etc.
- Path to the logo to use in templates
- Name of templates to use to render the page
- ID of main menu and footer menu container Pages
The extension sets the following configurations via typoscript:
- Compression of css and js
- Concatenation of css and js
- Title tag incl. configured postfix
- App and fav icon
- meta data
- viewport
- description
- last modification
- mobile Web App configuration
Templating / Frontend
This extension comes along with some ready-to-use partials, e.g. for menus, skip links, content rendering etc., always by providing the maximum amount of accessibility. Note that the submenus, which are rendered in the main menu (if "dontRenderChildren" flag is not set), are not initialized, they are just rendered with some basic classes. It's recommended to overwrite the toggle button partial with the needed classes and button content without removing the aria-attributes.
Besides partials there are a some typoscript libraries to use, e.g. inline svg rendering, rendering of an "attention icon" or colpos rendering and many more.
Third party libraries
The extension comes a long with the following frameworks:
- parvus: accessible lightbox
All libraries are included locally and not via cdn or something. This is done to prevent privacy issues. Therefor the delivered frameworks may not be the latest release.