Skip to content

Detected configurable modules when ini key is absent.#2437

Open
Daniel-KM wants to merge 1 commit intoomeka:developfrom
Daniel-KM:feat/detect_configurable
Open

Detected configurable modules when ini key is absent.#2437
Daniel-KM wants to merge 1 commit intoomeka:developfrom
Daniel-KM:feat/detect_configurable

Conversation

@Daniel-KM
Copy link
Contributor

@Daniel-KM Daniel-KM commented Feb 18, 2026

The file module.ini contains metadata about the module. The key "configurable" is more internal and has no real reason to be inside it. So it should be moved to module.config.php, in a section for modules. But in fact, it is useless, it can be determined automatically. So this pr make it possible to remove the key in module.ini without adding it in module.config.php. Furthermore, it may simplify the use of composer, that has all the same keys than module.ini except this one.

@Daniel-KM Daniel-KM force-pushed the feat/detect_configurable branch from 8e6cca9 to b012a5c Compare February 18, 2026 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments