mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
commit
edd9738957
@ -97,7 +97,7 @@ plus some `width` and `height` arguments. We'll add defaults to those in our sho
|
||||
|
||||
The hard bits are taken care of (parsing out the shortcodes), everything we need to do is a bit of string replacement.
|
||||
CMS users still need to remember the specific syntax, but these shortcodes can form the basis
|
||||
for more advanced editing interfaces (with visual placeholders). See the built-in `[embed]` shortcode as an example
|
||||
for more advanced editing interfaces (with visual placeholders). See the built-in `embed` shortcode as an example
|
||||
for coupling shortcodes with a form to create and edit placeholders.
|
||||
|
||||
## Built-in Shortcodes
|
||||
@ -238,4 +238,4 @@ The parser will raise an error if it can not find a matching opening tag for any
|
||||
|
||||
## Related
|
||||
|
||||
* [Wordpress implementation](http://codex.wordpress.org/Shortcode_API)
|
||||
* [Wordpress implementation](http://codex.wordpress.org/Shortcode_API)
|
||||
|
Loading…
Reference in New Issue
Block a user