wp-papi/papi

Alias for property options

frozzare opened this issue · 0 comments

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'
] );