Skip to content

Set property on all existing elements in a listing #530

Answered by bioball
cloudflight-cweiss asked this question in Q&A
Discussion options

You must be logged in to vote

Use a member predicate, where the predicate is simply true:

amends "default-tenants.pkl"

local defaultLogin = new Login {
  username = "admin"
  password = "admin"
}

tenants {
  [[true]] {
    login = defaultLogin
  }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cloudflight-cweiss
Comment options

Answer selected by cloudflight-cweiss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants