LWT JavaScript API
    Preparing search index...

    Configuration for the feed form component, passed from PHP.

    interface FeedFormConfig {
        articleSource?: boolean;
        articleSourceValue?: string;
        autoUpdate?: boolean;
        autoUpdateUnit?: string;
        autoUpdateValue?: string;
        charset?: boolean;
        charsetValue?: string;
        editText?: boolean;
        maxLinks?: boolean;
        maxLinksValue?: string;
        maxTexts?: boolean;
        maxTextsValue?: string;
        tag?: boolean;
        tagValue?: string;
    }
    Index

    Properties

    articleSource?: boolean
    articleSourceValue?: string
    autoUpdate?: boolean
    autoUpdateUnit?: string
    autoUpdateValue?: string
    charset?: boolean
    charsetValue?: string
    editText?: boolean
    maxLinks?: boolean
    maxLinksValue?: string
    maxTexts?: boolean
    maxTextsValue?: string
    tag?: boolean
    tagValue?: string