Skip to content

Commit 31cc915

Browse files
committed
Reorder
[ci skip]
1 parent 33b404a commit 31cc915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fieldlayoutelements/addresses/LabelField.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ class LabelField extends TitleField
2323
/**
2424
* @inheritdoc
2525
*/
26-
public bool $translatable = false;
26+
public bool $requirable = true;
2727

2828
/**
2929
* @inheritdoc
3030
*/
31-
public bool $requirable = true;
31+
public bool $translatable = false;
3232

3333
/**
3434
* @inheritdoc

0 commit comments

Comments
 (0)