@@ -30,11 +30,11 @@ discard block |
||
| 30 | 30 | 'plaintext' |
| 31 | 31 | ], |
| 32 | 32 | 'shortcode' => [ |
| 33 | - 'dynamic' => [ |
|
| 33 | + 'dynamic' => [ |
|
| 34 | 34 | 'paragraphs' => 'plength', |
| 35 | 35 | 'length' => 'length' |
| 36 | - ], |
|
| 37 | - 'boolean' => [ |
|
| 36 | + ], |
|
| 37 | + 'boolean' => [ |
|
| 38 | 38 | 'decorate' => 'decorate', |
| 39 | 39 | 'ul' => 'ul', |
| 40 | 40 | 'ol' => 'ol', |
@@ -45,7 +45,7 @@ discard block |
||
| 45 | 45 | 'caps' => 'allcaps', |
| 46 | 46 | 'prude' => 'prude', |
| 47 | 47 | 'plain' => 'plaintext' |
| 48 | - ] |
|
| 48 | + ] |
|
| 49 | 49 | ] |
| 50 | 50 | ]; |
| 51 | 51 | } |
@@ -76,7 +76,7 @@ |
||
| 76 | 76 | } |
| 77 | 77 | } |
| 78 | 78 | |
| 79 | -add_shortcode('lorem-ipsum', function ($attr) { |
|
| 79 | +add_shortcode('lorem-ipsum', function($attr) { |
|
| 80 | 80 | $options = []; |
| 81 | 81 | $mappedOptions = Helper::getMappedOptions(); |
| 82 | 82 | |