Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3865 +/- ##
==========================================
- Coverage 98.09% 98.08% -0.01%
==========================================
Files 325 327 +2
Lines 8650 8669 +19
==========================================
+ Hits 8485 8503 +18
- Misses 165 166 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e06f06d to
13951f2
Compare
Member
Author
|
Let's look into a way to use a component registry with configurable fields instead. |
tvdeyen
commented
May 5, 2026
tvdeyen
commented
May 5, 2026
13951f2 to
ba126c0
Compare
If an extension or app wants to add more fields to the element publication schedule form they can override the schedule_fields partial and even re-use or drop the timestamps.
Fixes a linter issue
Easier to overwrite if necessary
ba126c0 to
d8211c8
Compare
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.
What is this pull request for?
When extensions or apps want to add more fields to the page or element publication
schedule forms, they can do so now by overriding the partial and drop or re-use the
existing fields.
Checklist