UNPKG

@wordpress/editor

Version:
16 lines (15 loc) 398 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BASE_QUERY = exports.AUTHORS_QUERY = void 0; const BASE_QUERY = exports.BASE_QUERY = { _fields: 'id,name', context: 'view' // Allows non-admins to perform requests. }; const AUTHORS_QUERY = exports.AUTHORS_QUERY = { who: 'authors', per_page: 50, ...BASE_QUERY }; //# sourceMappingURL=constants.js.map