/** * Shared dashboard constants (JS/TS). */ /** * Non-trash form statuses (matches WP core list behavior). * * Used for global counts and default "All" filters where trash should be excluded. */ export const NON_TRASH_FORM_STATUSES = 'publish,draft,pending,future,private';