File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,13 +154,11 @@ function ($query) {
154154 TextInput::make ('meta_title ' )
155155 ->label (__ ('eclipse-catalogue::product.fields.meta_title ' ))
156156 ->maxLength (255 )
157- ->translatable ()
158157 ->placeholder (__ ('eclipse-catalogue::product.placeholders.meta_title ' )),
159158
160159 Textarea::make ('meta_description ' )
161160 ->label (__ ('eclipse-catalogue::product.fields.meta_description ' ))
162161 ->rows (3 )
163- ->translatable ()
164162 ->placeholder (__ ('eclipse-catalogue::product.placeholders.meta_description ' )),
165163 ])
166164 ->collapsible ()
@@ -197,8 +195,7 @@ function ($query) {
197195 },
198196 sectionTitle: __ ('eclipse-catalogue::product.sections.tenant_settings ' ),
199197 sectionDescription: __ ('eclipse-catalogue::product.sections.tenant_settings_description ' ),
200- )
201- ->defaultData (['is_active ' => true ]),
198+ ),
202199 ]),
203200
204201 Tabs \Tab::make ('Prices ' )
You can’t perform that action at this time.
0 commit comments