Skip to content

Commit

Permalink
Hide user defined values (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt authored Nov 9, 2023
1 parent aa0ddfa commit 57a76ab
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ private void addCustomOnyxiaProperties(Pkg pkg) {
userDefinedValues.setDescription("Values defined by the end user");
userDefinedValues.setDefaut("");
userDefinedValues.setTitle("User defined values");
XOnyxia xonyxiaUserDefinedValues = new XOnyxia();
xonyxiaUserDefinedValues.setHidden(true);
userDefinedValues.setXonyxia(xonyxiaUserDefinedValues);
onyxiaProperties.put("userDefinedValues", userDefinedValues);
Property owner = new Property();
owner.setType("string");
Expand Down

0 comments on commit 57a76ab

Please sign in to comment.