Skip to content

Commit a31d448

Browse files
committed
Added lexical and html fields to find and replace tool
1 parent 9df2d84 commit a31d448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/find-replace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const run = async (argv) => {
4949
let context = {errors: []};
5050

5151
if (argv.where.includes('all')) {
52-
argv.where = ['mobiledoc', 'title', 'slug', 'custom_excerpt', 'meta_title', 'meta_description', 'twitter_title', 'twitter_description', 'og_title', 'og_description'];
52+
argv.where = ['mobiledoc', 'title', 'slug', 'custom_excerpt', 'meta_title', 'meta_description', 'twitter_title', 'twitter_description', 'og_title', 'og_description', 'html', 'lexical'];
5353
}
5454

5555
try {

0 commit comments

Comments
 (0)