clonq / revo-config-ui

simple config UI for revo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REVO-CONFIG-UI

Simple config UI for revo

Example

Generate simple config screens by defining a template for your config items:

# revo recipe
config:
  clonq/revo-config-ui:
    title: SETTINGS
    components:
    -
      name: webbridge
      label: Web Bridge
      template:
		INCOMING:
          Path: 
          Method: GET POST
        OUTGOING:
          URL:
          Method: GET POST

Keys with empty values generate <input> tags. Keys with more than one value generate <select> tags.

About

simple config UI for revo


Languages

Language:JavaScript 86.2%Language:HTML 13.8%