Skip to content

Commit

Permalink
Merge pull request #1974 from CityOfPhiladelphia/trash-recylcing-upda…
Browse files Browse the repository at this point in the history
…te-character-limit

Trash recylcing update character limit
  • Loading branch information
IshKeyes committed Aug 30, 2023
2 parents 18a008e + 1ebf9f1 commit 1bb651e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ function prefix_options_meta_boxes( $meta_boxes ) {
'id' => 'phila_flexible_collection_status',
'name' => 'Status',
'type' => 'wysiwyg',
'desc' => 'Enter a short description of the current status. 170 character maximum.',
'required' => true,
'options' => Phila_Gov_Standard_Metaboxes::phila_wysiwyg_options_basic(),
),
array(
Expand Down

0 comments on commit 1bb651e

Please sign in to comment.