wp-papi / papi

:rocket: WordPress Page Type API with custom fields
https://wp-papi.github.io
MIT License
263 stars 32 forks source link

Alias for property options #211

Closed frozzare closed 7 years ago

frozzare commented 7 years ago

Would be nice if we could write desc instead of description since it's so long.

papi_property( [
  'type'  => 'string',
  'title' => 'Name',
  'desc'  => 'Name of a person'
] );