diff --git a/plugin.json b/plugin.json index bd8271c..ea5f237 100755 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "author": "BuildFire", "pluginName": "Dynamic List", - "pluginDescription": "Give your users a great experience. This feature gives users the ability to create community driven lists, each can be public or private. Users can create link, groups, and sub-groups each can be linked to different plug-ins such as a social wall, the possibilities are limitless.", + "pluginDescription": "Customizable, data-driven lists for all needs.", "supportEmail": "support@buildfire.com", "supportSite":"https://learn.buildfire.com/en/articles/4759761-how-to-use-the-dynamic-list-plugin", "control": { @@ -37,7 +37,27 @@ "media": [ { "type": "image-resource", - "path": "promo.gif" + "path": "1-Plugin.png" + }, + { + "type": "image-resource", + "path": "2-Benefits.png" + }, + { + "type": "image-resource", + "path": "3-Use-Cases.png" + }, + { + "type": "image-resource", + "path": "4-Content-Tab.png" + }, + { + "type": "image-resource", + "path": "5-Language-Tab.png" + }, + { + "type": "youtube-video", + "path": "https://www.youtube.com/watch?v=GAmOG1EPYGQ" } ] } diff --git a/resources/1-Plugin.png b/resources/1-Plugin.png new file mode 100644 index 0000000..1d330f4 Binary files /dev/null and b/resources/1-Plugin.png differ diff --git a/resources/2-Benefits.png b/resources/2-Benefits.png new file mode 100644 index 0000000..0b6ffef Binary files /dev/null and b/resources/2-Benefits.png differ diff --git a/resources/3-Use-Cases.png b/resources/3-Use-Cases.png new file mode 100644 index 0000000..9962a6b Binary files /dev/null and b/resources/3-Use-Cases.png differ diff --git a/resources/4-Content-Tab.png b/resources/4-Content-Tab.png new file mode 100644 index 0000000..c8e88a0 Binary files /dev/null and b/resources/4-Content-Tab.png differ diff --git a/resources/5-Language-Tab.png b/resources/5-Language-Tab.png new file mode 100644 index 0000000..bcf08d4 Binary files /dev/null and b/resources/5-Language-Tab.png differ