Skip to content

Commit 070ff2f

Browse files
committed
Re-label ToggleControl
1 parent eb63761 commit 070ff2f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

accordion-faq-schema-toggle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Accordion FAQ Schema Toggle
44
* Description: Adds a toggle to the core/accordion block to output FAQ Schema JSON-LD markup, providing potential SEO benefits.
5-
* Version: 1.0.1
5+
* Version: 1.0.2
66
* Author: Andrew Viney
77
* Author URI: https://www.itsviney.com
88
* Plugin URI: https://github.com/itsViney/accordion-faq-schema-toggle

build/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-components', 'wp-element', 'wp-hooks'), 'version' => '36a47c185ab07ca9ec31');
1+
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-components', 'wp-element', 'wp-hooks'), 'version' => 'a64d5ac03b3b1ca86cda');

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function withFaqSchemaInspector( BlockEdit ) {
4141
<InspectorControls>
4242
<PanelBody title="FAQ Schema" initialOpen={ true }>
4343
<ToggleControl
44-
label="Output FAQ Schema"
44+
label="This is an FAQ"
4545
help="Generate FAQ Schema markup from the accordion and append it to the page footer. This can have SEO benefits."
4646
checked={ addFaqSchema }
4747
onChange={ ( value ) => setAttributes( { addFaqSchema: value } ) }

0 commit comments

Comments
 (0)