Skip to content

Commit

Permalink
fix: Small typos in plugins-dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannMoller committed Jun 1, 2023
1 parent e3f4791 commit 45c77f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/plugins/plugins-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ _ref:
### Plugin code
Most types are written as standard Javascript functions, and blocks are written as React components. The function names should be in _CapitalCase_, except for operators which should be written in _snake_case_ and start with a underscore.
Most types are written as standard Javascript functions, and blocks are written as React components. The function names should be in _CapitalCase_, except for operators which should be written in _snake_case_ and start with an underscore.
Lowdefy uses a object destructing to provide parameters to the type functions. These parameters include the parameters or properties defined by the user in the Lowdefy configuration. Any operators used in the configuration will be evaluated before it is passed to the type function. Other relevant metadata and helper functions are also passed to the plugin function.
Lowdefy uses object destructing to provide parameters to the type functions. These parameters include the parameters or properties defined by the user in the Lowdefy configuration. Any operators used in the configuration will be evaluated before it is passed to the type function. Other relevant metadata and helper functions are also passed to the plugin function.
- _ref:
path: templates/navigation_buttons.yaml
Expand Down

0 comments on commit 45c77f3

Please sign in to comment.