{
    "$schema": "https://playground.wordpress.net/blueprint-schema.json",
    "meta": {
        "title": "Currency Converter Widget",
        "description": "Live currency converter — mini, compact, chart, multi-currency and exchange-rate styles. No API key.",
        "author": "currencywiki",
        "categories": [
            "Widgets"
        ]
    },
    "landingPage": "/currency-converter-widget-demo/",
    "preferredVersions": {
        "php": "8.2",
        "wp": "latest"
    },
    "steps": [
        {
            "step": "login",
            "username": "admin",
            "password": "password"
        },
        {
            "step": "installPlugin",
            "pluginData": {
                "resource": "wordpress.org/plugins",
                "slug": "currency-converter-widget"
            }
        },
        {
            "step": "setSiteOptions",
            "options": {
                "permalink_structure": "/%postname%/"
            }
        },
        {
            "step": "runPHP",
            "code": "<?php require '/wordpress/wp-load.php'; $id = wp_insert_post(array('post_type'=>'page','post_title'=>'Currency Converter Widget Demo','post_name'=>'currency-converter-widget-demo','post_status'=>'publish','post_content'=>'<!-- wp:heading {\"level\":2} -->\n<h2 class=\"wp-block-heading\">Currency Converter Widget</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Live exchange rates for your site &#8212; no API key. Add the block, pick a style, and you are done. Every widget below shows live mid-market rates. Try editing this page, or add a new block and search for &#8220;Currency Converter&#8221;.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Compact Converter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:currency-wiki/converter {\"style\":\"compact\",\"theme\":\"light\",\"accent\":\"2563eb\",\"from\":\"USD\",\"to\":\"EUR\"} /-->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Mini + Chart &amp; Mini</h3>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\">\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:currency-wiki/converter {\"style\":\"mini-chart\",\"theme\":\"light\",\"accent\":\"f59e0b\",\"from\":\"GBP\",\"to\":\"USD\"} /--></div>\n<!-- /wp:column -->\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:currency-wiki/converter {\"style\":\"mini\",\"theme\":\"light\",\"accent\":\"059669\",\"from\":\"EUR\",\"to\":\"JPY\"} /--></div>\n<!-- /wp:column -->\n</div>\n<!-- /wp:columns -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Exchange Rates &amp; Charts</h3>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\">\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:currency-wiki/converter {\"style\":\"multi-fixed\",\"theme\":\"light\",\"accent\":\"0891b2\",\"from\":\"USD\"} /--></div>\n<!-- /wp:column -->\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:currency-wiki/converter {\"style\":\"rates-viewer\",\"theme\":\"light\",\"accent\":\"ea580c\",\"from\":\"USD\",\"to\":\"EUR\"} /--></div>\n<!-- /wp:column -->\n</div>\n<!-- /wp:columns -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Inline Bar</h3>\n<!-- /wp:heading -->\n\n<!-- wp:currency-wiki/converter {\"style\":\"inline\",\"theme\":\"light\",\"accent\":\"4f46e5\",\"from\":\"USD\",\"to\":\"EUR\"} /-->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Tall Sidebar</h3>\n<!-- /wp:heading -->\n\n<!-- wp:currency-wiki/converter {\"style\":\"tall\",\"theme\":\"light\",\"accent\":\"059669\",\"from\":\"USD\",\"to\":\"EUR\"} /-->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Prefer a shortcode? Use <code>[currencywiki_converter style=&quot;compact&quot;]</code> in any post, page, or widget. Powered by <a href=\"https://currency.wiki/\">Currency.Wiki</a>.</p>\n<!-- /wp:paragraph -->')); update_option('show_on_front','page'); update_option('page_on_front',$id); flush_rewrite_rules();"
        }
    ]
}