Skip to content

Commit 04ef8ef

Browse files
committed
feat(provider): introduce editor_interface resource
1 parent 14cb98d commit 04ef8ef

21 files changed

Lines changed: 5337 additions & 191 deletions

docs/resources/editor_interface.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "contentful_editor_interface Resource - terraform-provider-contentful"
4+
subcategory: ""
5+
description: |-
6+
7+
---
8+
9+
# contentful_editor_interface (Resource)
10+
11+
12+
13+
14+
15+
<!-- schema generated by tfplugindocs -->
16+
## Schema
17+
18+
### Required
19+
20+
- `content_type_id` (String)
21+
- `environment_id` (String)
22+
- `space_id` (String)
23+
24+
### Optional
25+
26+
- `controls` (Attributes List) (see [below for nested schema](#nestedatt--controls))
27+
- `sidebar` (Attributes List) (see [below for nested schema](#nestedatt--sidebar))
28+
29+
<a id="nestedatt--controls"></a>
30+
### Nested Schema for `controls`
31+
32+
Required:
33+
34+
- `field_id` (String)
35+
36+
Optional:
37+
38+
- `settings` (String)
39+
- `widget_id` (String)
40+
- `widget_namespace` (String)
41+
42+
43+
<a id="nestedatt--sidebar"></a>
44+
### Nested Schema for `sidebar`
45+
46+
Required:
47+
48+
- `widget_id` (String)
49+
- `widget_namespace` (String)
50+
51+
Optional:
52+
53+
- `disabled` (Boolean)
54+
- `settings` (String)
55+
56+

internal/contentful-management-go/oas_client_gen.go

Lines changed: 280 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/contentful-management-go/oas_interfaces_gen.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)