un used blocks
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
19 additions
and
19 deletions
| ... | @@ -18,26 +18,26 @@ if( function_exists('acf_add_options_page') ) { | ... | @@ -18,26 +18,26 @@ if( function_exists('acf_add_options_page') ) { |
| 18 | function my_acf_init_block_types() { | 18 | function my_acf_init_block_types() { |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | acf_register_block_type( array( | 21 | // acf_register_block_type( array( |
| 22 | 'title' => __( 'Promo Area', 'client_textdomain' ), | 22 | // 'title' => __( 'Promo Area', 'client_textdomain' ), |
| 23 | 'name' => 'msf-promo-area', | 23 | // 'name' => 'msf-promo-area', |
| 24 | 'render_template' => 'blocks/promo-area/promo-area.php', | 24 | // 'render_template' => 'blocks/promo-area/promo-area.php', |
| 25 | 'mode' => 'edit' | 25 | // 'mode' => 'edit' |
| 26 | )); | 26 | // )); |
| 27 | acf_register_block_type( array( | 27 | // acf_register_block_type( array( |
| 28 | 'title' => __( 'Project Lead', 'client_textdomain' ), | 28 | // 'title' => __( 'Project Lead', 'client_textdomain' ), |
| 29 | 'name' => 'msf-project-lead', | 29 | // 'name' => 'msf-project-lead', |
| 30 | 'render_template' => 'blocks/project-lead/project-lead.php', | 30 | // 'render_template' => 'blocks/project-lead/project-lead.php', |
| 31 | 'mode' => 'edit' | 31 | // 'mode' => 'edit' |
| 32 | )); | 32 | // )); |
| 33 | 33 | ||
| 34 | acf_register_block(array( | 34 | // acf_register_block(array( |
| 35 | 'title' => __('Call Out Block'), | 35 | // 'title' => __('Call Out Block'), |
| 36 | 'description' => __('A custom block for Call Out Block items.'), | 36 | // 'description' => __('A custom block for Call Out Block items.'), |
| 37 | 'name' => 'call-out-block', | 37 | // 'name' => 'call-out-block', |
| 38 | 'render_template' => 'blocks/call-out-block/call-out-block.php', | 38 | // 'render_template' => 'blocks/call-out-block/call-out-block.php', |
| 39 | 'mode' => 'edit', | 39 | // 'mode' => 'edit', |
| 40 | )); | 40 | // )); |
| 41 | 41 | ||
| 42 | 42 | ||
| 43 | acf_register_block_type( array( | 43 | acf_register_block_type( array( | ... | ... |
-
Please register or sign in to post a comment