Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_ct_catalog
Manage
Activity
Members
Labels
Code
Merge requests
5
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_catalog
Merge requests
!43
ISTWCMS-5409: Adding scheduler options to catalog.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ISTWCMS-5409: Adding scheduler options to catalog.
feature/ISTWCMS-5409-ibiki-drush-scheduler
into
1.0.x
Overview
0
Commits
4
Pipelines
0
Changes
6
Merged
Igor Biki
requested to merge
feature/ISTWCMS-5409-ibiki-drush-scheduler
into
1.0.x
2 years ago
Overview
0
Commits
4
Pipelines
0
Changes
6
Expand
👍
0
👎
0
Merge request reports
Compare
1.0.x
version 3
613d9f72
2 years ago
version 2
8c427a60
2 years ago
version 1
c7dcf8ae
2 years ago
1.0.x (base)
and
latest version
latest version
99158c50
4 commits,
2 years ago
version 3
613d9f72
3 commits,
2 years ago
version 2
8c427a60
2 commits,
2 years ago
version 1
c7dcf8ae
1 commit,
2 years ago
6 files
+
84
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
config/install/core.entity_form_display.node.uw_ct_catalog_item.default.yml
+
31
−
0
Options
@@ -19,6 +19,8 @@ dependencies:
-
media_library
-
metatag
-
path
-
scheduler
-
scheduler_content_moderation_integration
-
term_reference_tree
-
text
third_party_settings
:
@@ -177,6 +179,23 @@ content:
settings
:
display_label
:
true
third_party_settings
:
{
}
publish_on
:
type
:
datetime_timestamp_no_default
weight
:
30
region
:
content
settings
:
{
}
third_party_settings
:
{
}
publish_state
:
type
:
scheduler_moderation
weight
:
30
region
:
content
settings
:
{
}
third_party_settings
:
{
}
scheduler_settings
:
weight
:
20
settings
:
{
}
third_party_settings
:
{
}
region
:
content
status
:
type
:
boolean_checkbox
weight
:
15
@@ -209,6 +228,18 @@ content:
size
:
60
placeholder
:
'
'
third_party_settings
:
{
}
unpublish_on
:
type
:
datetime_timestamp_no_default
weight
:
30
region
:
content
settings
:
{
}
third_party_settings
:
{
}
unpublish_state
:
type
:
scheduler_moderation
weight
:
30
region
:
content
settings
:
{
}
third_party_settings
:
{
}
url_redirects
:
weight
:
17
region
:
content
Loading