import {useFormContext} from 'react-hook-form'; import {FormSelect, Option} from '@common/ui/forms/select/select'; import {Trans} from '@common/i18n/trans'; import {UpdateChannelPayload} from '@common/admin/channels/requests/use-update-channel'; import {ReactNode} from 'react'; import {ChannelContentConfig} from '@common/admin/channels/channel-editor/channel-content-config'; interface Props { config: ChannelContentConfig; } export function ContentLayoutFields({config}: Props) { return (