-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparams.json
6 lines (6 loc) · 1.36 KB
/
params.json
1
2
3
4
5
6
{
"name": "Wp-simple-instagram",
"tagline": "Wordpress Simple Instagram Plugins",
"body": "# wp-simple-instagram\r\nWordpress Simple Instagram Plugins\r\n\r\n----------\r\n\r\n####Shortcode : [sig count=\"5\" size=\"thumbnail\" class=\"ig\" heading=\"Your Heading\" disable_styles=\"true or false\"]\r\n\r\n\r\n<table class=\"shortcode-table\">\r\n <thead>\r\n <tr>\r\n <th>Parameter</th>\r\n <th>Description</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>count</td>\r\n <td>number of media to show</td>\r\n </tr>\r\n <tr>\r\n <td>class</td>\r\n <td>add custom class before the gallery</td>\r\n </tr>\r\n\r\n <tr>\r\n <td>size</td>\r\n <td>size of the image, there only 3 available options<br/>\r\n thumbnail = 150x150<br/>\r\n low_resolution = 320x320<br/>\r\n standard_resolution = 640x640<br/>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>heading</td>\r\n <td>Heading of the gallery (not mandatory)</td>\r\n </tr>\r\n <tr>\r\n <td>disable_styles</td>\r\n <td>Disable built in styles for current shortcode</td>\r\n </tr>\r\n </tbody>\r\n</table>",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}