| 4 | | <!-- information about the extension --> |
|---|
| 5 | | <path name="extension"> |
|---|
| 6 | | <configValue type="string" name="namespace">NAMESPACE</configValue> |
|---|
| 7 | | <configValue type="string" name="name">ANYNAME Extension</configValue> |
|---|
| 8 | | <configValue type="string" name="class">NAME OF PHP CLASS</configValue> |
|---|
| 9 | | <configValue type="float" name="version">0.1</configValue> |
|---|
| 10 | | <configValue type="string" name="requiredRandyVersion">0.5</configValue> |
|---|
| 11 | | <configValue type="string" name="description"> |
|---|
| 12 | | PLACE A SHORT DESCRIPTION OF YOUR EXTENSION HERE |
|---|
| 13 | | </configValue> |
|---|
| 14 | | </path> |
|---|
| | 4 | <!-- information about the extension --> |
|---|
| | 5 | <path name="extension"> |
|---|
| | 6 | <configValue type="string" name="namespace">NAMESPACE</configValue> |
|---|
| | 7 | <configValue type="string" name="name">ANYNAME Extension</configValue> |
|---|
| | 8 | <configValue type="string" name="class">NAME OF PHP CLASS</configValue> |
|---|
| | 9 | <configValue type="float" name="version">0.1</configValue> |
|---|
| | 10 | <configValue type="string" name="requiredRandyVersion">0.5</configValue> |
|---|
| | 11 | <configValue type="string" name="description"> |
|---|
| | 12 | PLACE A SHORT DESCRIPTION OF YOUR EXTENSION HERE |
|---|
| | 13 | </configValue> |
|---|
| | 14 | </path> |
|---|
| 27 | | <!-- repeat this section for all of your tags--> |
|---|
| 28 | | <!-- body --> |
|---|
| 29 | | <configValue type="array" name="NAMEOFTAG"> |
|---|
| 30 | | <configValue type="string" name="tag"> |
|---|
| 31 | | DESCRIPTION OF THE TAG. |
|---|
| 32 | | </configValue> |
|---|
| 33 | | <configValue type="string" name="help"> |
|---|
| 34 | | ADDITIONAL HELP FOR THE TAG. |
|---|
| 35 | | </configValue> |
|---|
| 36 | | <configValue type="string" name="cdata"> |
|---|
| 37 | | DESCRIBE WHAT THE USER SHOULD PLACE BEWTEEN THE TAGS. |
|---|
| 38 | | </configValue> |
|---|
| 39 | | |
|---|
| 40 | | <configValue type="array" name="attribs"> |
|---|
| 41 | | |
|---|
| 42 | | <!-- repeat for each attribute --> |
|---|
| 43 | | <configValue type="array" name="ATTRIBUTENAME"> |
|---|
| 44 | | <configValue type="string" name="desc"> |
|---|
| 45 | | DESCRIPTION OF THE ATTRIBUTE |
|---|
| 46 | | </configValue> |
|---|
| 47 | | <configValue type="array" name="values"> |
|---|
| 48 | | <!-- repeat for each possible value of the attribute --> |
|---|
| 49 | | <configValue type="string" name="VALUE">Description of the value</configValue> |
|---|
| 50 | | <!-- END of repeat value--> |
|---|
| 51 | | </configValue> |
|---|
| 52 | | </configValue> |
|---|
| 53 | | <!-- END of repeat attribute --> |
|---|
| 54 | | |
|---|
| 55 | | </configValue> |
|---|
| 56 | | <!-- END of repeat tag--> |
|---|
| 57 | | |
|---|
| 58 | | </configValue> |
|---|
| | 27 | <!-- repeat this section for all of your tags--> |
|---|
| | 28 | <!-- body --> |
|---|
| | 29 | <configValue type="array" name="NAMEOFTAG"> |
|---|
| | 30 | <configValue type="string" name="tag"> |
|---|
| | 31 | DESCRIPTION OF THE TAG. |
|---|
| | 32 | </configValue> |
|---|
| | 33 | <configValue type="string" name="help"> |
|---|
| | 34 | ADDITIONAL HELP FOR THE TAG. |
|---|
| | 35 | </configValue> |
|---|
| | 36 | <configValue type="string" name="cdata"> |
|---|
| | 37 | DESCRIBE WHAT THE USER SHOULD PLACE BETWEEN THE TAGS. |
|---|
| | 38 | </configValue> |
|---|
| | 39 | |
|---|
| | 40 | <configValue type="array" name="attribs"> |
|---|
| | 41 | |
|---|
| | 42 | <!-- repeat for each attribute --> |
|---|
| | 43 | <configValue type="array" name="ATTRIBUTENAME"> |
|---|
| | 44 | <configValue type="string" name="desc"> |
|---|
| | 45 | DESCRIPTION OF THE ATTRIBUTE |
|---|
| | 46 | </configValue> |
|---|
| | 47 | <configValue type="array" name="values"> |
|---|
| | 48 | <!-- repeat for each possible value of the attribute --> |
|---|
| | 49 | <configValue type="string" name="VALUE">Description of the value</configValue> |
|---|
| | 50 | <!-- END of repeat value--> |
|---|
| | 51 | </configValue> |
|---|
| | 52 | </configValue> |
|---|
| | 53 | <!-- END of repeat attribute --> |
|---|
| | 54 | |
|---|
| | 55 | </configValue> |
|---|
| | 56 | |
|---|
| | 57 | </configValue> |
|---|
| | 58 | <!-- END of repeat tag--> |
|---|