Skip to content

Commit

Permalink
add loop block
Browse files Browse the repository at this point in the history
  • Loading branch information
shekharnwagh committed Jan 3, 2025
1 parent 5549ccb commit 0b336f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/Integrations/Google/Sheets/GoogleSheetsIntegration.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public static function register_blocks(): void {
foreach ( $data_source_configs as $config ) {
$data_source = GoogleSheetsDataSource::from_array( $config );
self::register_block_for_google_sheets_data_source( $data_source );
self::register_loop_block_for_google_sheets_data_source( $data_source );
}
}
public static function register_block_for_google_sheets_data_source( GoogleSheetsDataSource $data_source, array $block_overrides = [] ): void {
Expand Down

0 comments on commit 0b336f6

Please sign in to comment.