Render without location and move asset button by default.

This commit is contained in:
Paul Weidner 2022-06-20 13:09:52 -07:00 committed by Michael Stenta
parent 99c3319cce
commit ea92bd122d
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ function farm_location_asset_base_fields() {
'type' => 'asset_current_location',
'settings' => [
'link' => TRUE,
'render_without_location' => FALSE,
'move_asset_button' => FALSE,
'render_without_location' => TRUE,
'move_asset_button' => TRUE,
],
'weight' => 95,
],