Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi wasanajones,

    Are you able to make some minor edits to a PHP file? If so, check out this gist which is a micro-addon to add a schema business type to the settings options.

    To use it, you’d download the gist (button top right), unpack the zip file, open the .php file in a text editor, then change this line to match the Schema business type from MotorcycleDealer to the one you want:

    $sap->pages['bpfwp-settings']->sections['bpfwp-seo']->settings['schema_type']->options['MotorcycleDealer'] = 'Motorcycle Dealer';
    Thread Starter wasanajones

    (@wasanajones)

    great, can do that

    so that is a plugin to edit your plugin, right — then updates won’t erase edits

    oh, and thanks for prompt and good reply

    Yep, that’s a tiny little addon so that you can continue to update the base plugin.

    I’m pretty committed to backwards compatibility so you shouldn’t run into any problems with updates breaking the little addon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘add schema’ is closed to new replies.