mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9423 from creative-commoners/pulls/4/doc-file-migration-typo
DOC TagsToShortcodeTask name typo fixed in the File migration guide
This commit is contained in:
commit
152e0f4125
@ -193,7 +193,7 @@ The shortcode format in SilverStripe 4 has changed from SilverStripe 3. This mea
|
||||
After running the file migration, you can run the short code migration task to update your existing HTML content in your database:
|
||||
|
||||
```bash
|
||||
sake dev/tasks/TagsToShortcode
|
||||
sake dev/tasks/TagsToShortcodeTask
|
||||
```
|
||||
|
||||
This will rewrite your existing shortcodes to the newer format SilverStripe 4 expects as well as convert `img` and `a` tags to use shortcodes.
|
||||
|
Loading…
Reference in New Issue
Block a user