Skip to content

Commit

Permalink
Update autocompletion for widget configuration access
Browse files Browse the repository at this point in the history
Follow-up for PR openhab#1698 where I forgot this.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Feb 24, 2023
1 parent a55220e commit 7a0def6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ function hintExpression (cm, line) {
list: [
{ text: 'items.', displayText: 'items', description: 'Access to item states' },
{ text: 'props.', displayText: 'props', description: 'Access to the props of the parent root component' },
{ text: 'config.', displayText: 'config', description: 'Access to the configuration of the current component'},
{ text: 'vars.', displayText: 'vars', description: 'Access to context vars' },
{ text: 'loop.', displayText: 'loop', description: 'Access to oh-repeater loop variables' },
{ text: 'JSON.', displayText: 'JSON', description: 'Access to the JSON object functions' },
Expand Down

0 comments on commit 7a0def6

Please sign in to comment.