Skip to content

Commit 16a494f

Browse files
committed
new release file to turn on editors for fix alt text
1 parent 8090be9 commit 16a494f

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

updates/release-2024.11.27.1530.sh

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
#!/bin/bash
2+
3+
# set widget order for all users
4+
wp option update fix_alt_text '{
5+
"option": "fix_alt_text",
6+
"db_version": "1.7.0",
7+
"db_version_history": [],
8+
"access_tool_roles": [
9+
"editor"
10+
],
11+
"access_settings_roles": [
12+
"editor"
13+
],
14+
"debug": false,
15+
"blocks": [
16+
"core/image",
17+
"core/media-text",
18+
"core/gallery"
19+
],
20+
"others": [
21+
"Media Library"
22+
],
23+
"scan_post_types": [
24+
"attachment",
25+
"page",
26+
"wp_block",
27+
"post",
28+
"wp_template_part",
29+
"wp_template"
30+
],
31+
"scan_taxonomies": [
32+
"category",
33+
"post_tag",
34+
"wp_template_part_area",
35+
"wp_theme"
36+
],
37+
"scan_users": true,
38+
"site_id": 1
39+
}' --format=json --allow-root

0 commit comments

Comments
 (0)