Skip to content

Commit

Permalink
request a subset of font collection fields
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Jan 24, 2024
1 parent 619162e commit d9c1255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export async function fetchUninstallFontFamily( fontFamilyId ) {

export async function fetchFontCollections() {
const config = {
path: FONT_COLLECTIONS_URL,
path: `${ FONT_COLLECTIONS_URL }?_fields=slug,name,description`,
method: 'GET',
};
return await apiFetch( config );
Expand Down

0 comments on commit d9c1255

Please sign in to comment.