schema([ TextEntry::make('create_application') ->hiddenLabel() ->state(new HtmlString(Blade::render('

Visit the Bitbucket OAuth Documentation and follow the steps in Create a consumer.

For the Callback URL use the value below.

'))), TextInput::make('_noenv_callback') ->label('Callback URL') ->dehydrated() ->disabled() ->hintCopy() ->default(fn () => url('/auth/oauth/callback/bitbucket')), ]), ], parent::getSetupSteps()); } public function getIcon(): string { return 'tabler-brand-bitbucket-f'; } public function getHexColor(): string { return '#205081'; } }