Skip to content

Commit

Permalink
update source handler name
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed Feb 20, 2024
1 parent b2198c2 commit eb0d061
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ private function add_general_group_blocks() {
'metadata' => array(
'bindings' => array(
'value' => array(
'source' => 'woo/entity',
'source' => 'woocommerce/entity/product',
'args' => array(
'prop' => 'name'
),
Expand Down Expand Up @@ -382,7 +382,7 @@ private function add_general_group_blocks() {
'metadata' => array(
'bindings' => array(
'value' => array(
'source' => 'woo/entity',
'source' => 'woocommerce/entity/product',
'args' => array(
'prop' => 'external_url'
),
Expand Down Expand Up @@ -417,7 +417,7 @@ private function add_general_group_blocks() {
'metadata' => array(
'bindings' => array(
'value' => array(
'source' => 'woo/entity',
'source' => 'woocommerce/entity/product',
'args' => array(
'prop' => 'button_text'
),
Expand Down

0 comments on commit eb0d061

Please sign in to comment.