Skip to content

Commit

Permalink
Update autoloader.php (#402)
Browse files Browse the repository at this point in the history
* Update autoloader.php
  • Loading branch information
ihslimn authored Feb 9, 2024
1 parent 84c1764 commit 8680e5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes/autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ class Autoloader {
'Jet_Form_Builder\\Request\\Parser_Manager' => 'JFB_Modules\\Block_Parsers\\Module',
'Jet_Form_Builder\\Request\\Field_Data_Parser' => 'JFB_Modules\\Block_Parsers\\Field_Data_Parser',
'Jet_Form_Builder\\Blocks\\Validation' => 'JFB_Modules\\Validation\\Module',
// block renderers
'Jet_Form_Builder\\Blocks\\Render\\Radio_Field_Render' => 'JFB_Modules\\Option_Field\\Blocks\\Radio\\Block_Render',
'Jet_Form_Builder\\Blocks\\Render\\Select_Field_Render' => 'JFB_Modules\\Option_Field\\Blocks\\Select\\Block_Render',
'Jet_Form_Builder\\Blocks\\Render\\Checkbox_Field_Render' => 'JFB_Modules\\Option_Field\\Blocks\\Checkbox\\Block_Render',
);

/**
Expand Down

0 comments on commit 8680e5f

Please sign in to comment.