Closed (fixed)
Project:
Workspace Config
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2026 at 11:15 UTC
Updated:
27 Jun 2026 at 09:30 UTC
Jump to comment: Most recent
Contact forms config entities and the related contact.settings config need to be supported in wse_config.
Mark the corresponding configs as supported in WseConfigSchemaHooks and add a test for it
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
s_leu commentedComment #4
s_leu commentedPR with test is ready for review. Please note that I didn't enable support for the
contact_messageconfig entity type as it's most likely not a use-case to submit a contact form inside a workspace.Comment #5
amateescu commentedReviewed.
Note that
contact_messageis a content entity type, and I think it's correct to not handle it here.Comment #6
s_leu commentedComment #7
amateescu commentedComment #8
amateescu commentedLet's fix the pipeline :)
Comment #9
s_leu commentedComment #11
amateescu commentedMerged, thanks!