Skip to content

Latest commit

 

History

History
51 lines (46 loc) · 1.53 KB

TODO.md

File metadata and controls

51 lines (46 loc) · 1.53 KB

Fix

  • don't show headings and divider fields in the info meta-box
  • fix negative conditions
  • fix map field, must normalize the address_field key by adding the pollux prefix to it
  • show notices for YAML parse errors
  • protect pollux.yml from direct access if inside webroot
  • fix archive page reset link
  • fix JS depends when depends element does not exist
  • fix archive page metaboxes to restrict them to post_type
  • make archive pages compatible with "The SEO Framework" metabox

Core Features

  • Config
  • PostType
  • PostType Archive
  • Taxonomy
  • MetaBox
  • Conditional MetaBoxes
  • Conditional MetaBox Fields
  • Dependant MetaBox Fields
  • Settings
  • PostMeta
  • SiteMeta
  • Miscellaneous
  • Disable Posts
  • Settings page to change plugin config
  • GateKeeper (plugin depends)
  • HELP tabs for pollux
  • Add adminbar edit link when viewing archive pages on frontend
  • [=] Write test suite

Other Features

  • Color Schemes

Translatable Strings

  • try/catch when including generated config array
  • Parse raw strings without having to use eval()
  • Auto-generate language file for config file
args['show_in_rest'] ) { if ( null !== $this->args['publicly_queryable'] ) { $this->args['show_in_rest'] = $this->args['publicly_queryable']; } elseif ( null !== $this->args['public'] ) { $this->args['show_in_rest'] = $this->args['public']; } else { $this->args['show_in_rest'] = false; } }