diff options
author | Bastian Bloessl <mail@bastibl.net> | 2019-06-07 17:09:49 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-06-29 13:58:54 +0200 |
commit | 0fa281fd7369348dbdeadcecfebb20b73082e93e (patch) | |
tree | 63a176d74f0b10eae82de6578ea244cbf018a6c0 /grc/blocks/variable_struct.block.yml.py | |
parent | 2ff628894b645d22325db6569fdccb265f57fbe1 (diff) |
grc: introduce flag 'show_id' to show block id
useful for variable and parameter blocks, but maybe others too
Diffstat (limited to 'grc/blocks/variable_struct.block.yml.py')
-rw-r--r-- | grc/blocks/variable_struct.block.yml.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/blocks/variable_struct.block.yml.py b/grc/blocks/variable_struct.block.yml.py index b597f41a6c..96c3ee06c3 100644 --- a/grc/blocks/variable_struct.block.yml.py +++ b/grc/blocks/variable_struct.block.yml.py @@ -5,6 +5,7 @@ MAX_NUM_FIELDS = 20 HEADER = """\ id: variable_struct label: Struct Variable +flags: [ show_id ] parameters: """ |