Hidden prop is not hidden

I want to bring in the default primary, secondary, background, and text colors without prompting the user (I have other options for them to modify the colors).

I’m trying to implement that using https://developers.adalo.com/api-reference/configuration/manifest-json#hidden, but the field appears in the Adalo UI anyway.

{
  "props": [
    {
      "name": "defaultBackgroundColor",
      "default": "@background",
      "hidden": true
    }
  ]
}

I have tried with and without the field type as well.

Hi Tyler,

Did you try opening the dev console in Chrome and see if there were any errors?

I don’t see any console errors.

This is the UI output:
image

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.