Skip to content

Commit d146a96

Browse files
committed
Update screenshots & README
1 parent d5c672f commit d146a96

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Persistent values are typically states, configuration options etc. which shall s
2727
- Scope and Storage type
2828
- Node to read and write a concrete persistent value referenced via the config.
2929
- Configurable `msg` property for input of new persistent value or output of the current value.
30+
- Configurable `msg` property for output of previous persisted value.
3031
- Append the current persistent value as object attribute to an configurable `msg` property.
3132
- Block further flow processing (no output) if the current value matches with a configured rule.
3233

doc/images/usage_configuration.png

-17.7 KB
Loading
522 Bytes
Loading

nodes/persistent-values-config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133

134134
// Value config container
135135
$('#node-config-input-values-container')
136-
.css('min-height', '400px')
136+
.css('min-height', '150px')
137137
.css('min-width', '700px')
138138
.css('padding', '0px')
139139
.editableList({

0 commit comments

Comments
 (0)