Explorar el Código

project contact

Andrew hace 3 semanas
padre
commit
87e0c4c2a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Filament/Resources/ProjectResource.php

+ 1
- 1
app/Filament/Resources/ProjectResource.php Ver fichero

183
                                     app(DeepLService::class)->createTranslationAction('contact', ['contact']),
183
                                     app(DeepLService::class)->createTranslationAction('contact', ['contact']),
184
                                 ])->columnSpanFull()->columns(1)
184
                                 ])->columnSpanFull()->columns(1)
185
                                 ->id('contact'),
185
                                 ->id('contact'),
186
-                            TextInput::make('offical_link')->label('官網連結'),
186
+//                            TextInput::make('offical_link')->label('官網連結'),
187
                         ])->columnSpanFull(),
187
                         ])->columnSpanFull(),
188
                         Repeater::make('spaceInfos')->label('')->schema([
188
                         Repeater::make('spaceInfos')->label('')->schema([
189
                             TextInput::make('spaceInfos_item_key')
189
                             TextInput::make('spaceInfos_item_key')