Plugin Directory

Changeset 3302879


Ignore:
Timestamp:
05/29/2025 10:44:11 AM (10 months ago)
Author:
sflwa
Message:

Rearanged Readme to fix markdown formating

Location:
shortcode-for-mobilizeamerica-api
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shortcode-for-mobilizeamerica-api/tags/1.0.10/readme.txt

    r3302864 r3302879  
    1313The shortcode / elementor widget passes a specificed organization id, a start date and a variable about virtual events.
    1414This service is provided by MobilizeAmerica - https://api.mobilize.us
    15 API Documentation - https://github.com/mobilizeamerica/api
    16 Terms of Use (https://join.mobilize.us/terms-of-service/)
    17 Privacy Policy (https://join.mobilize.us/privacy-policy/)
     15[API Documentation](https://github.com/mobilizeamerica/api)
     16[Mobilize Terms of Use](https://join.mobilize.us/terms-of-service/)
     17[MobilizePrivacy Policy](https://join.mobilize.us/privacy-policy/)
    1818
    1919## Description
     
    5050* columns: (optional, only applies to the card template):  The number of columns to use for the card layout.  Options are 1, 2, 3, or 4. Default is 3.
    5151
     52
     53## Planed Features
     54*   Truncate Description
     55*   Fix Elementor Widget Style settings
     56*   Map Link for Address
     57*   Remove Default & Card Layout for single layout - future feature of custom layout
     58
     59## Future Feature Ideas
     60*   Block to output shortcode content
     61*   Single Event Display
     62*   Custom Layout in uploads directory
     63*   UI for custom layout inside wordpress
     64*   Map Layout of events
     65*   Events stored locally in database to allow for better search / filtering
     66
     67
    5268## Examples
    5369Display 10 events for organization ID 1234:
     
    6480`[mobilize_america_events organization_id="1234" template="card" is_virtual="true" columns="2"]`
    6581
    66 
    67 
    68 ## Planed Features
    69 *   Truncate Description
    70 *   Fix Elementor Widget Style settings
    71 *   Map Link for Address
    72 *   Remove Default & Card Layout for single layout - future feature of custom layout
    73 
    74 ## Future Feature Ideas
    75 *   Block to output shortcode content
    76 *   Single Event Display
    77 *   Custom Layout in uploads directory
    78 *   UI for custom layout inside wordpress
    79 *   Map Layout of events
    80 *   Events stored locally in database to allow for better search / filtering
    8182
    8283
  • shortcode-for-mobilizeamerica-api/trunk/readme.txt

    r3302864 r3302879  
    1313The shortcode / elementor widget passes a specificed organization id, a start date and a variable about virtual events.
    1414This service is provided by MobilizeAmerica - https://api.mobilize.us
    15 API Documentation - https://github.com/mobilizeamerica/api
    16 Terms of Use (https://join.mobilize.us/terms-of-service/)
    17 Privacy Policy (https://join.mobilize.us/privacy-policy/)
     15[API Documentation](https://github.com/mobilizeamerica/api)
     16[Mobilize Terms of Use](https://join.mobilize.us/terms-of-service/)
     17[MobilizePrivacy Policy](https://join.mobilize.us/privacy-policy/)
    1818
    1919## Description
     
    5050* columns: (optional, only applies to the card template):  The number of columns to use for the card layout.  Options are 1, 2, 3, or 4. Default is 3.
    5151
     52
     53## Planed Features
     54*   Truncate Description
     55*   Fix Elementor Widget Style settings
     56*   Map Link for Address
     57*   Remove Default & Card Layout for single layout - future feature of custom layout
     58
     59## Future Feature Ideas
     60*   Block to output shortcode content
     61*   Single Event Display
     62*   Custom Layout in uploads directory
     63*   UI for custom layout inside wordpress
     64*   Map Layout of events
     65*   Events stored locally in database to allow for better search / filtering
     66
     67
    5268## Examples
    5369Display 10 events for organization ID 1234:
     
    6480`[mobilize_america_events organization_id="1234" template="card" is_virtual="true" columns="2"]`
    6581
    66 
    67 
    68 ## Planed Features
    69 *   Truncate Description
    70 *   Fix Elementor Widget Style settings
    71 *   Map Link for Address
    72 *   Remove Default & Card Layout for single layout - future feature of custom layout
    73 
    74 ## Future Feature Ideas
    75 *   Block to output shortcode content
    76 *   Single Event Display
    77 *   Custom Layout in uploads directory
    78 *   UI for custom layout inside wordpress
    79 *   Map Layout of events
    80 *   Events stored locally in database to allow for better search / filtering
    8182
    8283
Note: See TracChangeset for help on using the changeset viewer.