Skip to content
Snippets Groups Projects
Commit 73370a50 authored by Sean Madsen's avatar Sean Madsen
Browse files

Add doc about <civix> and <namespace> elements

parent 6c7d1eba
Branches
Tags
No related merge requests found
......@@ -66,6 +66,18 @@ Here we describe all the elements acceptable within the XML file. They are prese
* Description: *not yet documented*
* Contains: text
### `<civix>` {:#civix}
* Containing element: [`<extension>`](#extension)
* Description: Used to store settings which [civix](/extensions/civix.md) reads and writes
* Contains: elements
Elements acceptable within `<civix>`
| Element | Acceptable instances |
| -- | -- |
| [`<namespace>`](#namespace) | 1 |
### `<comments>` {:#comments}
* Containing element: [`<extension>`](#extension)
......@@ -132,6 +144,7 @@ Elements acceptable within `<extension>`
| Element | Acceptable instances | Acceptable<br>when |
| -- | -- | -- |
| [`<civix>`](#civix) | 0 or 1 | |
| [`<compatibility>`](#compatibility) | 1 | |
| [`<comments>`](#comments) | 0 or 1 | |
| [`<description>`](#description) | 1 | |
......@@ -194,6 +207,13 @@ Elements acceptable within `<maintainer>`
* Description: Human-readable name of the extension. It can contain spaces
* Contains: text
### `<namespace>` {:#namespace}
* Containing element: [`<civix>`](#civix)
* Description: The PHP namespace that [civix](/extensions/civix.md) uses when generating code
* Contains: text
* Example: `CRM/Volunteer`
### `<passwordLabel>` {:#passwordLabel}
* Containing element: [`<typeInfo>`](#typeInfo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment