kirbycms-extension-video icon indicating copy to clipboard operation
kirbycms-extension-video copied to clipboard

Missing explanation for installation

Open coderica opened this issue 8 years ago • 2 comments

Please update the readme with installation instructions.

coderica avatar May 25 '16 20:05 coderica

@coderica Sorry, but currently I don't have time to update the README file.

Currently you only need to extract the site directory into the kirby root directory.

To activate the video tag support. Add the kirby-config kirby.extension.videoext.video_tag to your config file.

c::set('kirby.extension.videoext.video_tag', true);

When I have more time, I will update the package. So it will support Kirby-CLI and update via GIT. Like my other package https://github.com/fanningert/kirbycms-extension-image or https://github.com/fanningert/kirbycms-extension-gmaps.

I hope this help you for the start.

fanningert avatar May 26 '16 08:05 fanningert

please support kirby-cli.

strukturart avatar Nov 07 '16 16:11 strukturart