Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_ct_opportunities
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_ct_opportunities
Merge requests
!33
ISTWCMS-5954: adding jsonapi extra settings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
ISTWCMS-5954: adding jsonapi extra settings
feature/ISTWCMS-5954-ebremner-api-endpoints
into
1.0.x
Overview
0
Commits
4
Pipelines
0
Changes
9
Closed
Eric Bremner
requested to merge
feature/ISTWCMS-5954-ebremner-api-endpoints
into
1.0.x
2 years ago
Overview
0
Commits
4
Pipelines
0
Changes
9
Expand
👍
0
👎
0
Merge request reports
Compare
1.0.x
version 8
77b95de7
1 year ago
version 7
bd526f59
1 year ago
version 6
1efdcd63
2 years ago
version 5
88d95d93
2 years ago
version 4
bc0287e8
2 years ago
version 3
da6b4016
2 years ago
version 2
d9c56c7f
2 years ago
version 1
da6b4016
2 years ago
1.0.x (base)
and
latest version
latest version
39121061
4 commits,
1 year ago
version 8
77b95de7
4 commits,
1 year ago
version 7
bd526f59
4 commits,
1 year ago
version 6
1efdcd63
4 commits,
2 years ago
version 5
88d95d93
3 commits,
2 years ago
version 4
bc0287e8
2 commits,
2 years ago
version 3
da6b4016
1 commit,
2 years ago
version 2
d9c56c7f
2 commits,
2 years ago
version 1
da6b4016
1 commit,
2 years ago
9 files
+
833
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
config/install/core.entity_form_display.node.uw_ct_opportunity.default.yml
+
8
−
0
Options
@@ -2,6 +2,7 @@ langcode: en
status
:
true
dependencies
:
config
:
-
field.field.node.uw_ct_opportunity.field_path
-
field.field.node.uw_ct_opportunity.field_uw_autoplay
-
field.field.node.uw_ct_opportunity.field_uw_banner
-
field.field.node.uw_ct_opportunity.field_uw_blank_summary
@@ -39,6 +40,7 @@ dependencies:
-
content_moderation
-
datetime
-
field_group
-
fieldable_path
-
link
-
maxlength
-
media_library
@@ -233,6 +235,12 @@ content:
region
:
content
settings
:
{
}
third_party_settings
:
{
}
field_path
:
type
:
fieldable_path_widget
weight
:
36
region
:
content
settings
:
{
}
third_party_settings
:
{
}
field_uw_autoplay
:
type
:
boolean_checkbox
weight
:
34
Loading