Skip to content

portonefive/how-to-videos-craft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

How To Videos for CraftCMS

How to videos for CraftCMS CP

Installation

Copy howtovideos folder into Craft's plugins directory

Configuration

Create a config file in Craft's config directory called howtovideos.php and add this content:

<?php

return [
    'wistiaApiKey'    => 'HTV_WISTIA_API_KEY',
    'wistiaProjectId' => 'HTV_WISTIA_PROJECT_ID',
];

Or copy and paste code from plugin's config.php.

Then update the config file with correct Wistia api key and Wistia Project ID.

About

How to videos for CraftCMS CP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published