Skip to content

Commit

Permalink
These don't exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Aug 23, 2024
1 parent 4cca143 commit 016ecf6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
11 changes: 0 additions & 11 deletions packages/wp-types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2196,17 +2196,6 @@ export interface WP_REST_API_Font_Face {
*/
font_faces?: number[];
font_family_settings?: WP_Font_Family_Settings;
_links?: WP_REST_API_Object_Links;
/**
* The embedded representation of relations. Only present when the '_embed' query parameter is set.
*/
_embedded?: {
/**
* The associated font faces.
*/
font_faces?: unknown[];
[k: string]: unknown;
};
[k: string]: unknown;
};
_links: WP_REST_API_Object_Links;
Expand Down
13 changes: 0 additions & 13 deletions schemas/rest-api/font-face.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,6 @@
"$ref": "properties/font-family-settings.json"
}
]
},
"_links": {
"$ref": "properties/object-links.json"
},
"_embedded": {
"description": "The embedded representation of relations. Only present when the '_embed' query parameter is set.",
"type": "object",
"properties": {
"font_faces": {
"description": "The associated font faces.",
"type": "array"
}
}
}
},
"additionalProperties": true
Expand Down

0 comments on commit 016ecf6

Please sign in to comment.