Changeset 3302879
- Timestamp:
- 05/29/2025 10:44:11 AM (10 months ago)
- Location:
- shortcode-for-mobilizeamerica-api
- Files:
-
- 2 edited
-
tags/1.0.10/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shortcode-for-mobilizeamerica-api/tags/1.0.10/readme.txt
r3302864 r3302879 13 13 The shortcode / elementor widget passes a specificed organization id, a start date and a variable about virtual events. 14 14 This 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/) 18 18 19 19 ## Description … … 50 50 * 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. 51 51 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 52 68 ## Examples 53 69 Display 10 events for organization ID 1234: … … 64 80 `[mobilize_america_events organization_id="1234" template="card" is_virtual="true" columns="2"]` 65 81 66 67 68 ## Planed Features69 * Truncate Description70 * Fix Elementor Widget Style settings71 * Map Link for Address72 * Remove Default & Card Layout for single layout - future feature of custom layout73 74 ## Future Feature Ideas75 * Block to output shortcode content76 * Single Event Display77 * Custom Layout in uploads directory78 * UI for custom layout inside wordpress79 * Map Layout of events80 * Events stored locally in database to allow for better search / filtering81 82 82 83 -
shortcode-for-mobilizeamerica-api/trunk/readme.txt
r3302864 r3302879 13 13 The shortcode / elementor widget passes a specificed organization id, a start date and a variable about virtual events. 14 14 This 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/) 18 18 19 19 ## Description … … 50 50 * 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. 51 51 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 52 68 ## Examples 53 69 Display 10 events for organization ID 1234: … … 64 80 `[mobilize_america_events organization_id="1234" template="card" is_virtual="true" columns="2"]` 65 81 66 67 68 ## Planed Features69 * Truncate Description70 * Fix Elementor Widget Style settings71 * Map Link for Address72 * Remove Default & Card Layout for single layout - future feature of custom layout73 74 ## Future Feature Ideas75 * Block to output shortcode content76 * Single Event Display77 * Custom Layout in uploads directory78 * UI for custom layout inside wordpress79 * Map Layout of events80 * Events stored locally in database to allow for better search / filtering81 82 82 83
Note: See TracChangeset
for help on using the changeset viewer.