Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
schemadotorg
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
schemadotorg
Merge requests
!222
Issue
#3508976
: Allow 'custom' custom fields to be supported
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3508976
: Allow 'custom' custom fields to be supported
issue/schemadotorg-3508976:3508976-allow-custom-custom-field
into
1.0.x
Overview
0
Commits
3
Pipelines
6
Changes
22
Merged
Jacob Rockowitz
requested to merge
issue/schemadotorg-3508976:3508976-allow-custom-custom-field
into
1.0.x
3 months ago
Overview
0
Commits
3
Pipelines
6
Changes
22
Expand
Closes
#3508976
0
0
Merge request reports
Compare
1.0.x
version 5
6b5078b5
3 months ago
version 4
6b5078b5
3 months ago
version 3
6b5078b5
3 months ago
version 2
7c8ba99e
3 months ago
version 1
387518b0
3 months ago
1.0.x (base)
and
latest version
latest version
6b5078b5
3 commits,
3 months ago
version 5
6b5078b5
3 commits,
3 months ago
version 4
6b5078b5
3 commits,
3 months ago
version 3
6b5078b5
3 commits,
3 months ago
version 2
7c8ba99e
2 commits,
3 months ago
version 1
387518b0
1 commit,
3 months ago
22 files
+
98
−
39
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
Search (e.g. *.vue) (Ctrl+P)
modules/schemadotorg_additional_type/src/SchemaDotOrgAdditionalTypeManagerInterface.php
+
2
−
2
Options
@@ -16,12 +16,12 @@ interface SchemaDotOrgAdditionalTypeManagerInterface {
/**
* Add new field mapping option.
*/
const
ADD_FIELD
=
SchemaDotOrgEntityFieldManagerInterface
::
ADD_FIELD
;
const
string
ADD_FIELD
=
SchemaDotOrgEntityFieldManagerInterface
::
ADD_FIELD
;
/**
* The additional type field name suffix.
*/
const
FIELD_NAME_SUFFIX
=
'_type'
;
const
string
FIELD_NAME_SUFFIX
=
'_type'
;
/**
* Alter Schema.org mapping entity default values.
Loading