8000 [v3] option interdependencies · Issue #87 · ubports/installer-configs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[v3] option interdependencies #87
Open
@NeoTheThird

Description

@NeoTheThird

It should be possible to only display certain options if other options are met. A possible structure could be:

options:
      - var: "opengapps"
        name: "Install OpenGapps"
        type: "boolean"
        value: false
      - var: "opengappsChannel"
        name: "OpenGapps Channel"
        tooltip: "Do you want to install pico nano micro mini full version of OpenGapps?"
        link: "https://opengapps.org/"
        type: "select"
        remote_values:
          opengapps:channels:
        condition:
          var: "opengapps"
          value: true

Originally posted by @Vince1171 in #86 (comment)

Usecases:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0