@wordpress/block-library
Version:
Block library for the WordPress editor.
22 lines (20 loc) • 300 B
JavaScript
export const terms = [
{
count: 2,
id: 4,
meta: [],
name: 'nba',
parent: 0,
slug: 'nba',
taxonomy: 'category',
},
{
count: 0,
id: 11,
link: 'http://localhost:8888/?tag=featured',
name: 'featured',
slug: 'featured',
taxonomy: 'post_tag',
},
];
export default { terms };