Strapi: Ability to make fields private in Content Builder plugin

Created on 4 Jan 2019  路  3Comments  路  Source: strapi/strapi

  • [ ] I have created my request on the Product Board before I submitted this issue
  • [x] I have looked at all the other requests on the Product Board before I submitted this issue

Please describe your feature request:
Currently, we do have the ability to make fields private using the following attribute in the model settings.json file.

"address": {
  "default": null,
  "type": "string",
  "private": true
}

UI Suggestion for Content Type Builder
The content-type-builder plugin doesn't yet support this, maybe having a Private field checkbox on the advanced settings would do. Something like:

Suggested Checkbox Example

good first issue low feature request

Most helpful comment

I'm happy to work on it, I'm currently working on the attributeId PR for the bookshelf. As soon as that's completed I'll start on this one.

All 3 comments

Excellent idea! Do you have the time to make a PR for this feature? We'll be happy to merge it 馃憤

I'm happy to work on it, I'm currently working on the attributeId PR for the bookshelf. As soon as that's completed I'll start on this one.

Thank you @chaitanyya for your contribution.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

profjefferson picture profjefferson  路  3Comments

derrickmehaffy picture derrickmehaffy  路  3Comments

jskorepa picture jskorepa  路  3Comments

denislutz picture denislutz  路  3Comments

wes-cutting picture wes-cutting  路  3Comments