LWT JavaScript API
    Preparing search index...

    Step 4 component configuration from PHP.

    interface Step4Config {
        articleSection: string;
        editFeedId: number | null;
        feedText: string;
        feedTitle: string;
        filterTags: string;
        langId: number | null;
        languages: { id: number; name: string }[];
        options: Partial<FeedOptions>;
        rssUrl: string;
    }
    Index

    Properties

    articleSection: string
    editFeedId: number | null
    feedText: string
    feedTitle: string
    filterTags: string
    langId: number | null
    languages: { id: number; name: string }[]
    options: Partial<FeedOptions>
    rssUrl: string