Plugin Directory

Changeset 1824030


Ignore:
Timestamp:
02/18/2018 07:07:37 AM (8 years ago)
Author:
grantpalin
Message:

Resolve missed renames

Location:
embed-swagger/trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • embed-swagger/trunk/readme.txt

    r1824029 r1824030  
    1 === Swagger Embed ===
     1=== Embed Swagger ===
    22Contributors: grantpalin
    33Tags: shortcode, embed, swagger
     
    66Requires PHP: 5.2.4
    77Stable tag: trunk
    8 Requires PHP: 5.2.4
    98License: GPLv3 or later
    109License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    2423An absolute URL must be provided within the quotes. The URL must point to a valid Swagger spec file, typically ending with `.json`.
    2524
    26 Custom styles can be applied to the iframe by adding rules to `swagger-embed-container`, e.g.:
     25Custom styles can be applied to the iframe by adding rules to `embed-swagger-container`, e.g.:
    2726
    28     .swagger-embed-container {
     27    .embed-swagger-container {
    2928        /* custom styles here */
    3029    }
     
    3433== Installation ==
    3534
    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").
     351. 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").
    37362. Activate the plugin through the 'Plugins' screen in WordPress
    3837
Note: See TracChangeset for help on using the changeset viewer.