ChannelConfigMeta
Optional channel configuration object.
interface ChannelConfigMeta {
app: {
id: number;
sections: ChannelMetaSection[];
};
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
app | Required | { id: number; sections: ChannelMetaSection[]; } | A channel app config object for optionally configuring the channel's user interface in the control panel. |