It needs to be possible to build extra operations, similar to hook_page_manager_variant_operations_alter() in D7. This would be useful for e.g. adding a custom tab/subpage for adding meta tags via the Metatag module (#2563657: Panels / Page Manager integration), etc.

Per @eclipsegc:

ok, so practically, I think the API you're asking for is missing. That being said, while it is DEFINITELY suboptimal, I think you can probably look at page_manager_ui_entity_type_build() and emulate what's happening there. I'd build a subclass of which ever wizard makes the most sense (probably variant) and add my step manually through that process.

CommentFileSizeAuthor
#2 2974338.2.patch761 bytesvasyl.kletsko

Comments

DamienMcKenna created an issue. See original summary.

vasyl.kletsko’s picture

StatusFileSize
new761 bytes
vasyl.kletsko’s picture

Status: Active » Needs review
damienmckenna’s picture

Status: Needs review » Needs work