Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
microcontent
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
microcontent
Merge requests
!3
Issue
#3261439
: Add new_revision config and implement RevisionableEntityBundleInterface
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3261439
: Add new_revision config and implement RevisionableEntityBundleInterface
issue/microcontent-3261439:3261439-add-newrevision-config
into
8.x-1.x
Overview
1
Commits
10
Pipelines
2
Changes
12
All threads resolved!
Show all comments
Merged
mcaddz
requested to merge
issue/microcontent-3261439:3261439-add-newrevision-config
into
8.x-1.x
3 years ago
Overview
1
Commits
10
Pipelines
2
Changes
12
All threads resolved!
Show all comments
Expand
0
0
Merge request reports
Compare
8.x-1.x
version 9
ea5d500e
1 year ago
version 8
0aa74962
1 year ago
version 7
3e37000e
1 year ago
version 6
88ec7725
3 years ago
version 5
d14b61ff
3 years ago
version 4
241aff6e
3 years ago
version 3
611880d4
3 years ago
version 2
a2aaefe0
3 years ago
version 1
dc491085
3 years ago
8.x-1.x (base)
and
latest version
latest version
ea5d500e
10 commits,
1 year ago
version 9
ea5d500e
10 commits,
1 year ago
version 8
0aa74962
9 commits,
1 year ago
version 7
3e37000e
8 commits,
1 year ago
version 6
88ec7725
7 commits,
3 years ago
version 5
d14b61ff
6 commits,
3 years ago
version 4
241aff6e
5 commits,
3 years ago
version 3
611880d4
4 commits,
3 years ago
version 2
a2aaefe0
3 commits,
3 years ago
version 1
dc491085
2 commits,
3 years ago
12 files
+
280
−
63
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
config/schema/microcontent.schema.yml
+
3
−
0
Options
@@ -14,3 +14,6 @@ microcontent.type.*:
@@ -14,3 +14,6 @@ microcontent.type.*:
type_class
:
type_class
:
type
:
text
type
:
text
label
:
'
Background
class'
label
:
'
Background
class'
new_revision
:
type
:
boolean
label
:
'
Whether
a
new
revision
should
be
created
by
default'
Loading