Changeset 1824030
- Timestamp:
- 02/18/2018 07:07:37 AM (8 years ago)
- Location:
- embed-swagger/trunk
- Files:
-
- 1 deleted
- 1 edited
-
inc/class-swagger-embed.php (deleted)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
embed-swagger/trunk/readme.txt
r1824029 r1824030 1 === Swagger Embed===1 === Embed Swagger === 2 2 Contributors: grantpalin 3 3 Tags: shortcode, embed, swagger … … 6 6 Requires PHP: 5.2.4 7 7 Stable tag: trunk 8 Requires PHP: 5.2.49 8 License: GPLv3 or later 10 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 24 23 An absolute URL must be provided within the quotes. The URL must point to a valid Swagger spec file, typically ending with `.json`. 25 24 26 Custom styles can be applied to the iframe by adding rules to ` swagger-embed-container`, e.g.:25 Custom styles can be applied to the iframe by adding rules to `embed-swagger-container`, e.g.: 27 26 28 . swagger-embed-container {27 .embed-swagger-container { 29 28 /* custom styles here */ 30 29 } … … 34 33 == Installation == 35 34 36 1. Upload the plugin files to the `/wp-content/plugins/ swagger-embed` directory, or install the plugin through the WordPress plugins screen directly (search for "Swagger Embed").35 1. Upload the plugin files to the `/wp-content/plugins/embed-swagger` directory, or install the plugin through the WordPress plugins screen directly (search for "Embed Swagger"). 37 36 2. Activate the plugin through the 'Plugins' screen in WordPress 38 37
Note: See TracChangeset
for help on using the changeset viewer.