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 /gr-blocks/grc | |
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 'gr-blocks/grc')
-rw-r--r-- | gr-blocks/grc/blocks_tag_object.block.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/grc/blocks_tag_object.block.yml b/gr-blocks/grc/blocks_tag_object.block.yml index a845f69b45..fc28c88002 100644 --- a/gr-blocks/grc/blocks_tag_object.block.yml +++ b/gr-blocks/grc/blocks_tag_object.block.yml @@ -1,6 +1,6 @@ id: variable_tag_object label: Tag Object -flags: [ python ] +flags: [ show_id, python ] parameters: - id: offset |