CuBoulder / ucb_migration_shortcodes

A module that works alongside the Shortcodes module to ease the burden of migration.
0 stars 0 forks source link

Shortcodes batch 2 #3

Closed jnicholCU closed 1 year ago

jnicholCU commented 1 year ago

Added next batch of shortcodes:

Test Code Below

Sister PR: https://github.com/CuBoulder/tiamat10-profile/pull/15

jnicholCU commented 1 year ago

Some code examples for testing

[close-margin][/close-margin]

[close-margin /]

[responsive-table breakpoint="800"]
INSERT TABLE
[/responsive-table]

CLEAR SHORTCODE BELOW
[clear][/clear]
[clear /]
CLEAR SHORTCODE ABOVE

[print]Print this page[/print]

[buttongroup color=gray size=regular]
[button url="https://www.colorado.edu/webcentral" color="blue" size="regular" style="regular"]Blue Button[/button]
[button url="https://www.colorado.edu/webcentral" color="gold" size="regular" style="regular"]Gold Button[/button]
[/buttongroup]

INVISIBLE SHORTCODE BELOW
[invisible]Vivamus consequat libero ut nisi venenatis, at gravida enim rutrum.[/invisible]
INVISIBLE SHORTCODE ABOVE

[googlecalendar]https://www.google.com/calendar/embed?src=uggsinfo%40gmail.com&ctz=America/Denver[/googlecalendar]

[googlecalendar]THIS TEST SHOULD FAIL[/googlecalendar]
jnicholCU commented 1 year ago

Masonry can have 2 to 5 columns

[masonry-images columns=2]
ADD AT LEAST 5 IMAGES
[/masonry-images]