Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output post classes in the editor #6716

Closed
wants to merge 17 commits into from
Prev Previous commit
Next Next commit
Fix fixtures.
  • Loading branch information
anton-vlasenko authored and Anton Vlasenko committed Jun 4, 2024
commit 0b6dc03df7b8be92a289ae163c07b2e359caa8e7
12 changes: 6 additions & 6 deletions tests/qunit/fixtures/wp-api-generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -12387,7 +12387,7 @@ mockedApiResponse.PostsCollection = [
],
"tags": [],
"class_list": [
"post-4",
"post-2390",
"post",
"type-post",
"status-publish",
Expand Down Expand Up @@ -12496,7 +12496,7 @@ mockedApiResponse.PostModel = {
],
"tags": [],
"class_list": [
"post-4",
"post-2390",
"post",
"type-post",
"status-publish",
Expand Down Expand Up @@ -12696,7 +12696,7 @@ mockedApiResponse.PagesCollection = [
"meta_key": ""
},
"class_list": [
"post-7",
"post-2393",
"page",
"type-page",
"status-publish",
Expand Down Expand Up @@ -12787,7 +12787,7 @@ mockedApiResponse.PageModel = {
"meta_key": ""
},
"class_list": [
"post-7",
"post-2393",
"page",
"type-page",
"status-publish",
Expand Down Expand Up @@ -12975,7 +12975,7 @@ mockedApiResponse.MediaCollection = [
"meta_key": ""
},
"class_list": [
"post-10",
"post-2396",
"attachment",
"type-attachment",
"status-inherit",
Expand Down Expand Up @@ -13044,7 +13044,7 @@ mockedApiResponse.MediaModel = {
"meta_key": ""
},
"class_list": [
"post-10",
"post-2396",
"attachment",
"type-attachment",
"status-inherit",
Expand Down