mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 06:42:55 +01:00
fix: build (#17)
This commit is contained in:
5
.github/workflows/test-build.yml
vendored
5
.github/workflows/test-build.yml
vendored
@@ -3,10 +3,7 @@
|
|||||||
|
|
||||||
name: Test build
|
name: Test build
|
||||||
|
|
||||||
on:
|
on: push
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ This node supports the following [Visual Output Properties](/nodes/shared-props/
|
|||||||
|
|
||||||
<div className="hidden-props-for-editor">
|
<div className="hidden-props-for-editor">
|
||||||
|
|
||||||
@include "../shared-props/inputs/\_visual-input-properties.md"
|
@include "../shared-props/inputs/_visual-input-properties.md"
|
||||||
@include "../shared-props/outputs/\_visual-output-properties.md"
|
@include "../shared-props/outputs/_visual-output-properties.md"
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -81,13 +81,13 @@ This node supports the following [Visual Input Properties](/nodes/shared-props/i
|
|||||||
|
|
||||||
It also features the standard set of UI control <span className="ndl-signal">signals</span>:
|
It also features the standard set of UI control <span className="ndl-signal">signals</span>:
|
||||||
|
|
||||||
@include "../shared-props/outputs/\_control-events.md"
|
@include "../shared-props/outputs/_control-events.md"
|
||||||
|
|
||||||
### States
|
### States
|
||||||
|
|
||||||
Apart from triggering <span className="ndl-signal">signals</span> the Checkbox node also notifies of its state through <span className="ndl-data">data</span> outputs:
|
Apart from triggering <span className="ndl-signal">signals</span> the Checkbox node also notifies of its state through <span className="ndl-data">data</span> outputs:
|
||||||
|
|
||||||
@include "../shared-props/outputs/\_control-states.md"
|
@include "../shared-props/outputs/_control-states.md"
|
||||||
|
|
||||||
### Visual
|
### Visual
|
||||||
|
|
||||||
@@ -99,8 +99,8 @@ This node supports the following [Visual Output Properties](/nodes/shared-props/
|
|||||||
|
|
||||||
<div className="hidden-props-for-editor">
|
<div className="hidden-props-for-editor">
|
||||||
|
|
||||||
@include "../shared-props/inputs/\_visual-input-properties.md"
|
@include "../shared-props/inputs/_visual-input-properties.md"
|
||||||
|
|
||||||
@include "../shared-props/outputs/\_visual-output-properties.md"
|
@include "../shared-props/outputs/_visual-output-properties.md"
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user