Sanity Library Reference Docs
    Preparing search index...

    Interface ScheduledPublishingPluginOptions

    Config for the Scheduled Publishing plugin.

    interface ScheduledPublishingPluginOptions {
        enabled: boolean;
        inputDateTimeFormat?: string;
        showReleasesBanner?: boolean;
    }
    Index

    Properties

    enabled: boolean

    Whether scheduled publishing is enabled for this workspace.

    inputDateTimeFormat?: string

    Date format to use for input fields. This must be a valid date-fns formatted string.

    'dd/MM/yyyy HH:mm' make sure to specify minutes and hours if you are specifying a custom format
    
    showReleasesBanner?: boolean

    Whether to show the use releases warning banner in the tool.

    true