ashokatree/atvslider

Responsive vertical slider with Title, Link, Subtitle, Description, Image.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

dev-master 2020-09-14 15:34 UTC

This package is auto-updated.

Last update: 2024-03-15 00:05:34 UTC


README

1 Features

  • Based on extbase & fluid, implementing best practices from TYPO3 CMS
  • A simple Slider with fields like title, link, sub-title, description, image.

2 Usage

2.1 Installation

Installation using Composer

The recommended way to install the extension is using Composer.

Run the following command within your Composer based TYPO3 project:

composer require ashokatree/atvslider

OR

composer require ashokatree/atvslider 10.0.x-dev

OR

composer require ashokatree/atvslider dev-master

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module.

2.2 Minimal setup

  1. Include the static TypoScript of the extension.
  2. Create some Slider records on a sysfolder.
  3. Insert a plugin on a page and select sysfolders in Record Storage Page to display from specific sysfolders or keet it blank for all .

3 Help supporting further development

Why? The Slider extension is a simple slider extension to grow the TYPO3 community.

How? There are multiple ways to support the further development. By outsourcing some additional tasks to https://ashokatree.net

4 Administration corner

4.1 Versions and support

Vertical Slider TYPO3 PHP Support / Development
10.x 10.0 - 10.x 7.0 - 7.2 features, bugfixes, security updates

4.2 Changelog

4.3 Release Management

AshokaTree Vertical Slider releases it's first version!

4.4 Contribution

Pull Requests are gladly welcome! Nevertheless please don't forget to add an issue and connect it to your pull requests. This is very helpful to understand what kind of issue the PR is going to solve.

Bugfixes: Please describe what kind of bug your fix solve and give us feedback how to reproduce the issue. We're going to accept only bugfixes if we can reproduce the issue.