Improvements

This commit is contained in:
ricardo
2020-08-09 17:39:28 -04:00
parent d4313defdc
commit 1e81b7d54f
7 changed files with 3450 additions and 16 deletions

View File

@@ -142,8 +142,8 @@ export const channelFields = [
description: 'How many results to return.',
},
{
displayName: 'Options',
name: 'options',
displayName: 'Filters',
name: 'filters',
type: 'collection',
placeholder: 'Add Option',
default: {},
@@ -193,6 +193,25 @@ export const channelFields = [
default: false,
description: `This parameter can only be used in a properly authorized request. Set this parameter's value to true to instruct the API to only return channels owned by the authenticated user.`,
},
],
},
{
displayName: 'Options',
name: 'options',
type: 'collection',
placeholder: 'Add Option',
default: {},
displayOptions: {
show: {
operation: [
'getAll',
],
resource: [
'channel',
],
},
},
options: [
{
displayName: 'Language Code',
name: 'h1',