Skip to content

Have extensions trigger from another extension getting loaded #48734

Open

Description

A feature request regarding extensions (from @termi-official).

Being able to write:

[extensions]
ExtBase = [...]
ExtAdvanced = ["ExtBase", ...]

which would cause ExtAdvanced to be loaded if ExtBase (and the rest of the weak deps dependencies for it) are loaded. You should then be able to get a handle to ExtBase inside ExtAdvanced. This is so you can extend methods in the parent for types defined inside ExtBase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    featureIndicates new feature / enhancement requestspackagesPackage management and loading

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions