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:
Loz Calver 2020-03-03 09:18:26 +00:00 committed by GitHub
commit 152e0f4125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.