Skip to content

bourpie/Giphy-Property-Editor

 
 

Repository files navigation

Giphy Property Editor

A Giphy Property Editor for Umbraco by Paul Seal from https://codeshare.co.uk

giphy unicorn

Build status

Nuget Downloads

Property Editor

Use the property editor to let you search giphy for an image and use it like the media picker.

preview

Grid Editor

Use the grid editor to let you search giphy for an image and use it in the grid.

preview

Login details

Username: [email protected] Password: 1234567890

Dev instructions

To use it on your site, you will need to get an api key. Just go to https://developers.giphy.com/ to register and get a key. It's quick and easy.

preview

Then when you create a data type in Umbraco using the Giphy Property Editor, you just enter your api key in there or you can put it in the app settings like this:

<add key="giphyApiKey" value="your-giphy-api-key-here" />

If you add that to the app settings then it will work for both the property editor and grid editor. But if you don't then you will need to add the api key when creating the data type using the property editor.

preview

About

A Giphy Property Editor for Umbraco

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.5%
  • CSS 20.7%
  • HTML 10.7%
  • C# 1.5%
  • Classic ASP 0.6%