Skip to content

Commit

Permalink
Merge pull request #6905 from getkirby/fix/required-image-location
Browse files Browse the repository at this point in the history
Set require: true on image block location field
  • Loading branch information
bastianallgeier authored Jan 15, 2025
2 parents a1e1ab9 + 959509f commit 2c2e9d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/blocks/image/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ fields:
type: radio
columns: 2
default: "kirby"
required: true
options:
kirby: "{{ t('field.blocks.image.location.internal') }}"
web: "{{ t('field.blocks.image.location.external') }}"
Expand Down

0 comments on commit 2c2e9d1

Please sign in to comment.