Skip to content

Commit

Permalink
#93 React Init WordPress Block Changes (#153)
Browse files Browse the repository at this point in the history
- Custom React Block for Bidding
- Adds packages for WP Script blocks
- Adjust TS Config
  • Loading branch information
bd-viget authored Jan 5, 2024
1 parent 019dcd5 commit 5c09b82
Show file tree
Hide file tree
Showing 18 changed files with 3,132 additions and 223 deletions.
2 changes: 2 additions & 0 deletions client-mu-plugins/goodbids/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Build files.
build
12 changes: 0 additions & 12 deletions client-mu-plugins/goodbids/blocks/bid-now/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,3 @@ class="wp-block-button__link wp-element-button w-full block text-center"
<?php echo wp_kses_post( $bid_now->get_button_text() ); ?>
</a>
</div>
<div
id="bidding-block"
data-auction-id="auction-id"
data-initial-bids="0"
data-initial-raised="0"
data-initial-last-bid="0"
initial-end-time="no-op"
initial-free-bids="3"
initial-user-bids="500"
initial-last-bidder="user-id"
></div>

Loading

0 comments on commit 5c09b82

Please sign in to comment.