diff --git a/src/Fields/Media.php b/src/Fields/Media.php index b599004f..41167c93 100644 --- a/src/Fields/Media.php +++ b/src/Fields/Media.php @@ -51,9 +51,9 @@ public function translatable(): self { $this->translatable = true; -// $this->customProperties = array_merge($this->customProperties, [ -// Text::make('locale')->hideWhenCreating()->hideWhenUpdating(), -// ]); + $this->customProperties = array_merge($this->customProperties, [ + Text::make('locale')->hideWhenCreating()->hideWhenUpdating(), + ]); return $this->withMeta([ 'translatable' => true,