theLine / typo3-lottie

TYPO3 CMS Extension to render Lottie/Bodymovin animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EXT:lottie – TYPO3 CMS extension to render Lottie/Bodymovin animations.

Libraries.io dependency status for GitHub repo
Known Vulnerabilities

This extension will add a new field sys_file_metadata.tx_lottie_is_lottie_animation. This new field will only be displayed for JSON files.
Additionally $GLOBALS['TYPO3_CONF_VARS']['SYS']['mediafile_ext'] will be altered, to allow JSON files to be added to tt_content.assets, which is only present in textmedia CType by default.

INFO: Resources/Public/JavaScript/dist contains generated files that can be re-build with Gulp.
Please have a look into Resources/Private/Build/gulpfile.js.
Those generated files are added to the repository so this extension can be run out of the box.
Please include the static TypoScript Template to use those files or you can include the necessary JavaScript yourself.

About

TYPO3 CMS Extension to render Lottie/Bodymovin animations

License:GNU Lesser General Public License v3.0


Languages

Language:PHP 80.6%Language:JavaScript 19.4%