Skip to content

TYPO3 Extbase // Folio — Extension for displaying Customer and Projects — mirrored from Bitbucket.

Notifications You must be signed in to change notification settings

sotastudio/TYPO3.Extbase.Folio

Repository files navigation

Folio

Installation

Via Git

Clone into typo3conf/ext/

git clone [email protected]:andyhausmann/TYPO3_Extension_Folio.git /path/to/project/typo3conf/ext/folio/

Install by Extension Manager as usual.

Via TER

Coming soon…

Configuration

  • Include static Extension Template
  • Create Frontend plugin
    • Adjust the Plugin Settings to your needs
    • Setup Record Storage Page where the Slider Items come from
  • Create Customer and Projects on the Record Storage Page (should be a SysFolder).
  • Check the Frontend!

TypoScript Constants

This section isn't completed yet.

plugin.tx_folio {
	settings {
		view {
			# Necessary options, if you plan to manipulate the templates
			templateRootPath = EXT:folio/Resources/Private/Templates/
			partialRootPath = EXT:folio/Resources/Private/Partials/
			layoutRootPath = EXT:folio/Resources/Private/Layouts/
		}
		persistence {
			# Here you can set up the Record Storage Page globally
			storagePid = 
		}
		settings {
			# String: File reference to the Ext's Css file - empty this value if you want to include this at your own
			css = EXT:folio/Resources/Public/Css/styles.css
			lib {
				# String: File reference to alternative jQuery library if EXT t3jquery is not in use
				jQuery = EXT:folio/Resources/Public/Js/jquery-min.js
				# Bool: Flag to define whether the script shoul be moved to the footer or not
				moveToFooter = 0
			}
		}
	}
}

How to

Coming soon...

Roadmap and Tasks

Plase take a look at the Github Issue Tracker for this projekt.

Contribute

If you have ideas, feature or bug requests, don't hesitate and report them at the Issue Tracker.

Feel also free to fork and pull.

About

TYPO3 Extbase // Folio — Extension for displaying Customer and Projects — mirrored from Bitbucket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages