mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
->hideFromIndex()
This commit is contained in:
@@ -89,17 +89,21 @@ class Lecturer extends Resource
|
|||||||
->rules('required', 'string'),
|
->rules('required', 'string'),
|
||||||
|
|
||||||
Text::make(__('Lightning Address'), 'lightning_address')
|
Text::make(__('Lightning Address'), 'lightning_address')
|
||||||
|
->hideFromIndex()
|
||||||
->help(__('for example xy@getalby.com'))
|
->help(__('for example xy@getalby.com'))
|
||||||
->rules('nullable', 'string'),
|
->rules('nullable', 'string'),
|
||||||
|
|
||||||
Text::make(__('LNURL'), 'lnurl')
|
Text::make(__('LNURL'), 'lnurl')
|
||||||
|
->hideFromIndex()
|
||||||
->help(__('starts with: lnurl1dp68gurn8gh....'))
|
->help(__('starts with: lnurl1dp68gurn8gh....'))
|
||||||
->rules('nullable', 'string'),
|
->rules('nullable', 'string'),
|
||||||
|
|
||||||
Text::make(__('Node Id'), 'node_id')
|
Text::make(__('Node Id'), 'node_id')
|
||||||
|
->hideFromIndex()
|
||||||
->rules('nullable', 'string'),
|
->rules('nullable', 'string'),
|
||||||
|
|
||||||
Text::make('Twitter username', 'twitter_username')
|
Text::make('Twitter username', 'twitter_username')
|
||||||
|
->hideFromIndex()
|
||||||
->help(__('Without @'))
|
->help(__('Without @'))
|
||||||
->rules('nullable', 'string'),
|
->rules('nullable', 'string'),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user