Skip to content

Commit

Permalink
chore: Add schema property description
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohnson committed Nov 21, 2024
1 parent e02fa42 commit dc26132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Campaigns/Routes/RegisterCampaignRoutes.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ public function getSchema(): array
'goalProgress' => [
'type' => 'number',
'readonly' => true,
'description' => esc_html__('Campaign goal progress', 'give'),
],
'goalType' => [
'enum' => [
Expand Down

0 comments on commit dc26132

Please sign in to comment.