Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Published Field

Nicholas K. Dionysopoulos edited this page Mar 22, 2015 · 1 revision

Published Field

This will display a status toggle input field (each time you click on it it changes the status).

You can set the following attributes:

  • show_published If true, the "published" status will be included in the toggle cycle (default true)

  • show_unpublished If true, the "unpublished" status will be included in the toggle cycle (default true)

  • show_archived If true, the "archived" status will be included in the toggle cycle (default false)

  • show_trash If true, the "trash" status will be included in the toggle cycle (default false)

  • show_all If true, all the available status will be included in the toggle cycle (default false)

Clone this wiki locally