[5.x] Add create_blueprints config to entries fieldtype#14388
Open
el-schneider wants to merge 2 commits intostatamic:5.xfrom
Open
[5.x] Add create_blueprints config to entries fieldtype#14388el-schneider wants to merge 2 commits intostatamic:5.xfrom
create_blueprints config to entries fieldtype#14388el-schneider wants to merge 2 commits intostatamic:5.xfrom
Conversation
jasonvarga
requested changes
Mar 30, 2026
Member
jasonvarga
left a comment
There was a problem hiding this comment.
We're not adding new features to 5.x. Please target 6.x. Also, I think the existing blueprints config should probably be used for that dropdown. I don't think we need a new setting.
Contributor
Author
|
It is currently used for that, the idea is to have different configs for creation and linking. Our use case is, that we need our users to be able to link to everything, but only create certain entries. |
Member
|
If you mark a blueprint as hidden I believe it gets excluded from creation dropdowns. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a
create_blueprintsconfig option to the entries fieldtype, allowing you to restrict which blueprints appear in the "Create & Link" dropdown.This is the creation-side counterpart to the
blueprintsconfig added in #7047, which filters the selection list. It follows the same approach: a YAML-only config, not exposed in the CP field configurator, consistent with howblueprintswas introduced.Usage