leamh / leamh-wp-theme

1 stars 1 forks source link

Add JSON File Upload to Post (Type: Text) #71

Open briankelleher opened 7 years ago

briankelleher commented 7 years ago

Allow the uploading of a JSON file to a Post Type: Text. This file will serve as the data source for the javascript popover generation.

Localize this file output to the main javascript file that generates the popovers.

briankelleher commented 7 years ago

Also, convert the AJAX call in the main JS to either point to the localized file path, or substitute the AJAX call to use the object output directly. Add the necessary changes to dynamically populate the chunk/word popovers.