☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

remove_extra_inputs

Table of contents

Description:

This key toggles whether CloudCannon will remove inputs that are not present in a given value from a Structure from a file before loading it in an Editing Interface.

Setting this key to true will remove inputs that are not present in a given value from a Structure from a file before loading it in an Editing Interface. Non-Structure inputs will not be visible in the Visual Editor, Content Editor, or Data Editor, and saving the file will remove them from the file before persisting the changes to your Git repository.

You can also configure this behavior for all values of a Structure using remove_extra_inputs inside _structures.*.

Appears in:
└── [*]
    └── remove_extra_inputs
Type:
boolean
Default value:
true
Examples:
Open in a new tab