{
  "landingPage": "/wp-admin/post.php?post=4&action=edit",
  "preferredVersions": {
    "php": "8.3",
    "wp": "6.7"
  },
  "steps": [
    {
      "step": "installPlugin",
      "pluginData": {
        "resource": "wordpress.org/plugins",
        "slug": "easy-pricing-tables"
      }
    },
    {
      "step": "login",
      "username": "admin"
    },
    {
      "step": "runPHP",
      "code": "<?php require '/wordpress/wp-load.php'; remove_all_filters(\"content_save_pre\"); wp_insert_post(['post_title' => 'Pricing Table', 'post_content' => '<!-- wp:easy-pricing-tables/table  --><div style=\"padding-top:64px;padding-right:16px;padding-bottom:64px;padding-left:16px;gap:9px\" class=\"wp-block-easy-pricing-tables-table ept4-table- layout-0 matchRowHeight\"><style></style><style>div.ept4-table- p, div.ept4-table- a, div.ept4-table- li { font-family: sans-serif !important};</style></div><!-- /wp:easy-pricing-tables/table -->', 'post_status' => 'publish', 'post_type' => 'wp_block', 'meta_input' => ['1_dh_ptp_settings' => [ 'ept3' => '' ] ] ]);"
    }
  ]
}
