{
    "landingPage": "/copy-link-to-heading-demo-page",
    "preferredVersions": {
        "php": "8.0",
        "wp": "latest"
    },
    "phpExtensionBundles": [
        "kitchen-sink"
    ],
    "features": {
        "networking": true
    },
    "steps": [
		{
            "step": "setSiteOptions",
            "options": {
                "permalink_structure": "/%postname%/"
            }
	},
        {
            "step": "installPlugin",
            "pluginZipFile": {
                "resource": "wordpress.org/plugins",
                "slug": "copy-link-to-heading"
            },
            "options": {
                "activate": true
            }
        },
        {
            "step": "login",
            "username": "admin",
            "password": "password"
        },
        {
            "step": "wp-cli",
            "command": "wp post create --post_status='published' --post_content='<!-- wp:paragraph --><p>Hi WordPress users,</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Navigating through extensive content can often be a daunting task for readers, especially when they’re looking to reference or share specific sections. Enter the “Copy Link to Heading” plugin—a lightweight, efficient tool designed to streamline the process of linking directly to headings in your WordPress posts and pages.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What Does the Plugin Do?</h2><!-- /wp:heading --><!-- wp:paragraph --><p>The “Copy Link to Heading” plugin adds a sleek copy link icon next to each heading on your WordPress site. When users hover over a heading, the icon appears. Clicking it instantly copies a direct link to that heading, allowing readers to share or reference specific sections effortlessly.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Heading Level 3 - Why Use “Copy Link to Heading”?</h3><!-- /wp:heading --><!-- wp:paragraph --><p>1) Enhanced User Experience: Make it simple for your audience to navigate and share content.2) Improved SEO: Encourage internal and external linking to specific sections, boosting your site’s search engine ranking. 3)Lightweight and Efficient: The plugin is optimized for performance, ensuring it doesn’t slow down your site. 4) Customizable Settings: Choose which Custom Post Types (CPTs) the plugin is active on, tailoring it to your site’s unique needs.</p><!-- /wp:paragraph -->' --post_title='Copy Link to Heading Demo page'"
       }
    ]
}