48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
-
+
|
### Related fields
Depending on complexity other fields might be used alongside:
#### # conflicts:
Does occasionally make sense for variants or mutally exclusive features.
Does occasionally make sense for variants or mutally exclusive features. Though could be implemented as `# depends: !feature` or `feature (< 0.0)` with version expression support.
#### # provides:
Defines a virtual feature identifier to be present. Less commonly needed for application plugins.
#### # suggests:
A weak recommendation of other plugins to go along with. Should foremost be handled in the admin UI or a plugin download interface.
|