description:'The id for the Contentful environment (e.g. master, staging, etc.). Depending on your plan, you might not have environments. In that case use "master".'
},
{
displayName:'Return All',
name:'returnAll',
type:'boolean',
displayOptions:{
show:{
operation:[
'getAll',
],
resource:[
resource.value,
],
},
},
default:false,
description:'If all results should be returned or only up to a given limit.',