Plugin Directory

Changeset 1767390


Ignore:
Timestamp:
11/16/2017 02:36:00 AM (8 years ago)
Author:
adamdehaven
Message:

Updated README

Location:
perfect-pullquotes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • perfect-pullquotes/tags/1.7.4/README.md

    r1767389 r1767390  
    2525--- | --- | --- | ---
    2626<code>align</code> | <code>left</code> <code>right</code> <code>full</code> | Determines whether pullquote is left-aligned, right-aligned, or full-width (95% width of container). **Required** | <code>[perfectpullquote align="left"]This is the text.[/perfectpullquote]</code>
    27 <code>bordertop</code> | <code>true</code> <code>false</code> | Move the border location above the pullquote. On mobile, falls back to the `align` corresponding location. **Optional** | <code>[perfectpullquote align="right" bordertop="true"]This is the text.[/perfectpullquote]</code>
     27<code>bordertop</code> | <code>true</code> | Move the border location above the pullquote. On mobile, falls back to the `align` corresponding location. **Optional** | <code>[perfectpullquote align="right" bordertop="true"]This is the text.[/perfectpullquote]</code>
    2828<code>cite</code> | text | Cite your quotes back to their author/source. **Optional** | <code>[perfectpullquote align="right" cite="Jane Doe"]This is the text.[/perfectpullquote]</code>
    2929<code>link</code> | URL | Turn the cited author's name into a link that opens in a new window. Must be a valid URL beginning with http or https. **Optional** | <code>[perfectpullquote align="right" cite="Jane Doe" link="http://example.com"]This is the text.[/perfectpullquote]</code>
  • perfect-pullquotes/trunk/README.md

    r1767389 r1767390  
    2525--- | --- | --- | ---
    2626<code>align</code> | <code>left</code> <code>right</code> <code>full</code> | Determines whether pullquote is left-aligned, right-aligned, or full-width (95% width of container). **Required** | <code>[perfectpullquote align="left"]This is the text.[/perfectpullquote]</code>
    27 <code>bordertop</code> | <code>true</code> <code>false</code> | Move the border location above the pullquote. On mobile, falls back to the `align` corresponding location. **Optional** | <code>[perfectpullquote align="right" bordertop="true"]This is the text.[/perfectpullquote]</code>
     27<code>bordertop</code> | <code>true</code> | Move the border location above the pullquote. On mobile, falls back to the `align` corresponding location. **Optional** | <code>[perfectpullquote align="right" bordertop="true"]This is the text.[/perfectpullquote]</code>
    2828<code>cite</code> | text | Cite your quotes back to their author/source. **Optional** | <code>[perfectpullquote align="right" cite="Jane Doe"]This is the text.[/perfectpullquote]</code>
    2929<code>link</code> | URL | Turn the cited author's name into a link that opens in a new window. Must be a valid URL beginning with http or https. **Optional** | <code>[perfectpullquote align="right" cite="Jane Doe" link="http://example.com"]This is the text.[/perfectpullquote]</code>
Note: See TracChangeset for help on using the changeset viewer.