Skip to content

Commit

Permalink
Fix alignment (phpcs)
Browse files Browse the repository at this point in the history
Signed-off-by: Jory Hogeveen <[email protected]>
  • Loading branch information
JoryHogeveen authored Aug 22, 2024
1 parent ca16c25 commit 3293a10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions classes/PodsAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4415,11 +4415,11 @@ public function add_rest_settings_tab_fields( $options, $pod ) {
],
],
'write_all' => [
'label' => __( 'Allow All Fields To Be Updated', 'pods' ),
'help' => __( 'Allow all fields to be updated via the REST API. If unchecked fields must be enabled on a field by field basis.', 'pods' ),
'type' => 'boolean',
'default' => '',
'depends-on' => [ 'rest_enable' => true, 'read_all' => true ],
'label' => __( 'Allow All Fields To Be Updated', 'pods' ),
'help' => __( 'Allow all fields to be updated via the REST API. If unchecked fields must be enabled on a field by field basis.', 'pods' ),
'type' => 'boolean',
'default' => '',
'depends-on' => [ 'rest_enable' => true, 'read_all' => true ],
],
/*'write_all_access' => [
'label' => __( 'Write All Access', 'pods' ),
Expand Down

0 comments on commit 3293a10

Please sign in to comment.