


It should be limited to about 200 characters and should be in English, lthough additional languages can be included using the attribute. DescriptionĪ short description must be included, which briefly describes the extension functionality. Use the type element instead (see later). The name element must include the full extension name. deprecated don't use this: it is no longer needed or another extension is preferred.unmaintained I once supported this, but now I'm too busy or don't want to maintain it.experimental this is just a prototype, use at your own risk.released in the wild and I actively support it.If the attribute is missing a value of released is assumed. Similarly the element should specify the status of extension. If the attribute is missing, it is assumed that the XML is written against the earliest version of this schema (v1.0). The element should specify the version of this schema to which it adheres. This must match the Github repository name. The root extension element must have an attribute with a value of the folder name of the extension. This will return any errors such as basic XML validation, as well as missing required fields or bad values. The lint tool validates your XML against the formal XSD schema.Use this as a starting point, but please double check the data is correct before pushing to your repository.
#Missing media meta xml generator#
#Missing media meta xml driver#
This standard is intended to eventually replace the about() array presently found in every extension's PHP driver file. The Extension Metadata Schema is a way for Symphony extension developers to document extensions in a structured manner, doing away with ad-hoc conventions in readme files and proprietary arrays in files.Īll extensions should include an file in the root, alongside the existing extension driver.
