Skip to content

Commit

Permalink
Update Block_Patterns.php
Browse files Browse the repository at this point in the history
Added 3 new categories
  • Loading branch information
JohnPixle authored Nov 23, 2023
1 parent 945402e commit f5576e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inc/Block_Patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ private function setup_properties() {
'raft/heroes_page_titles' => array( 'label' => __( 'Heroes / Page Titles', 'raft' ) ),
'raft/features' => array( 'label' => __( 'Features', 'raft' ) ),
'raft/content' => array( 'label' => __( 'Content', 'raft' ) ),
'raft/testimonials' => array( 'label' => __( 'Testimonials', 'raft' ) ),
'raft/team' => array( 'label' => __( 'Team', 'raft' ) ),
'raft/pricing' => array( 'label' => __( 'Pricing', 'raft' ) ),
'raft/call_to_action' => array( 'label' => __( 'Call to Action', 'raft' ) ),
'raft/singles' => array( 'label' => __( 'Singles', 'raft' ) ),
'raft/post_loops' => array( 'label' => __( 'Post Loops', 'raft' ) ),
Expand Down

0 comments on commit f5576e8

Please sign in to comment.