{
    "parameters": {
        "content_generators": [
            {
                "id": "post_image_pixabay_single",
                "label": "Pixabay Post Image",
                "service": "p1tm_content_generator_pixabay_single"
            },
            {
                "id": "featured_image",
                "label": "Featured Image",
                "static": true,
                "meta": true,
                "service": "p1tm_meta_generator_featured_image",
                "config": {
                    "source": {
                        "type": "select",
                        "options": [
                            ["_p1tm_content_generators_pixabay_single", "Pixabay", true],
                            ["_p1tm_content_generators_google_images", "Google"]
                        ],
                        "label": "Source"
                    }
                }
            },
            {
                "id": "wp_seo_player",
                "label": "WP SEO Player",
                "static": true,
                "meta": true,
                "service": "p1tm_meta_generator_wp_seo_player",
                "dashnex_license": "wvs",
                "license_plugin_name": "wp-seo-player",
                "config": {
                    "source": {
                        "type": "select",
                        "options": [
                            ["_p1tm_content_generators_bing_youtube", "Youtube", true]
                        ],
                        "label": "Source"
                    },
                    "show_related": {
                        "type": "checkbox",
                        "default": true,
                        "label": "Show Related Videos"
                    },
                    "show_schema": {
                        "type": "checkbox",
                        "default": true,
                        "label": "Show Title And Description"
                    }
                }
            },
            {
                "id": "qa_yahoo_answers",
                "label": "Yahoo Answers Q&A",
                "service": "p1tm_content_generator_yahoo_answers",
                "config": {
                    "max_questions_count": {
                        "type": "input",
                        "default": 3,
                        "label": "Max Questions Count",
                        "validation": {
                            "pattern": "^[1-9][0-9]*$",
                            "message": "Invalid value - only positive integers are accepted."
                        }
                    }
                }
            },
            {
                "id": "video_youtube",
                "label": "Youtube Video",
                "service": "p1tm_content_generator_bing_youtube",
                "config": {
                    "include_description": {
                        "type": "checkbox",
                        "default": false,
                        "label": "Include Video Description"
                    }
                }
            },
            {
            	"id": "monetization_content",
            	"label": "Monetize",
            	"service": "p1tm_content_generator_monetize_content",
            	"config": {
            		"monetize_section": {
            			"type": "select",
            			"options": [
            				["1", "1", true],
            				["2", "2", false],
            				["3", "3", false],
            				["4", "4", false],
            				["5", "5", false]
            			],
            			"label": "Section"
            		}
            	}
            },
            {
                "id": "article_feedzilla",
                "label": "FeedZilla",
                "service": "p1tm_content_generator_feedzilla"
            },
            {
                "id": "news_google",
                "label": "Google News",
                "service": "p1tm_content_generator_google_news"
            },
            {
                "id": "news_yahoo",
                "label": "Yahoo News",
                "service": "p1tm_content_generator_yahoo_news"
            },
            {
                "id": "google_images",
                "label": "Google Post Image",
                "service": "p1tm_content_generator_google_images"
            }
        ]
    },
    
    "services": {
        "_p1tm_content_generators_yahoo_answers": {
            "class": "\\P1TM\\ContentGenerators\\QA\\YahooAnswers",
            "new": true
        },

        "_p1tm_content_generators_null_video": {
            "class": "\\P1TM\\ContentGenerators\\Video\\NullGenerator",
            "new": true
        },
        
        "_p1tm_content_generators_pixabay_single": {
            "class": "\\P1TM\\ContentGenerators\\Image\\PixabaySingle",
            "new": true
        },
        
        "_p1tm_content_generators_bing_youtube": {
            "class": "\\P1TM\\ContentGenerators\\Video\\BingYoutube",
            "new": true
        },
        
        "_p1tm_content_generators_monetize_content": {
        	"class": "\\P1TM\\ContentGenerators\\Monetization\\Content",
        	"new": true
        },

        "_p1tm_content_generators_feedzilla": {
            "class": "\\P1TM\\ContentGenerators\\Article\\FeedZilla",
            "new": true
        },

        "_p1tm_content_generators_google_news": {
            "class": "\\P1TM\\ContentGenerators\\News\\GoogleNews",
            "new": true
        },

        "_p1tm_content_generators_yahoo_news": {
            "class": "\\P1TM\\ContentGenerators\\News\\YahooNews",
            "new": true
        },

        "_p1tm_content_generators_google_images": {
            "class": "\\P1TM\\ContentGenerators\\Image\\GoogleImages",
            "new": true
        }
    }
}
