KeyValue::make('options.select_options')
->label('Select Options')
->columnSpan('full')
->reorderable()
->keyLabel('Stored Value')
->valueLabel('Display Value')
->addActionLabel('Add option')
->visible(fn($get) => $get('type') === 'select_field'),
KeyValue::make('options.select_options')
->label('Select Options')
->columnSpan('full')
->reorderable()
->keyLabel('Stored Value')
->valueLabel('Display Value')
->addActionLabel('Add option')
->visible(fn($get) => $get('type') === 'select_field'),