...
Tag contenido - database specific information
This tag contains meta information about the plugin which also are displayed in frontend.
...
title | Currently under construction |
---|
...
database specific information for adding entries to special database tables (mentioned above) to be able to display the plugin in the backend navigation.
Each tag expects attributes which have the same value as their fields in the corresponding database table.
Tag name | Description | Available attributes | Example |
---|
areas | Managing areas | Name | Description |
---|
parent | Name of the parent area or 0 | menuless | Area has left menu frame (0) or not (1) |
| Code Block |
---|
| <area parent="linkchecker" menuless="1">lc_whitelist</area> |
|
actions | Managing actions | Name | Description |
---|
area | Name of the area |
| Code Block |
---|
| <action area="linkchecker">linkchecker</action> |
|
frames | Managing frames | Name | Description |
---|
area | Name of the area | filetype | Type of the file (mostly "main") | name | relative path to frame include file | frameId | Number of the frame (from 1 to 4) |
| Code Block |
---|
| <frame area="linkchecker" filetype="main" name="linkchecker/includes/include.linkchecker.php" frameId="4" /> |
|
nav_sub | Managing sub navigations | area, level, navm Name | Description |
---|
area | Name of the area | level | Navigation level (0 or 1) | navm | Main navigation ID |
| Code Block |
---|
| <nav_main area="linkchecker" level="0" navm="1">linkchecker/xml/lang_de_DE.xml;navigation/content/linkchecker/main</nav_main> |
|
nav_main | Managing main navigations | none | Code Block |
---|
| <nav_main><nav>locationname</nav></nav_main> |
|
Tag content_types - registration of own content types
This tag contains meta information about the plugin which also are displayed in frontendinformation to register own content types.
Info |
---|
title | Currently under construction |
---|
|
This part of the page is currently under construction and soon contains all relevant information. Please be patient. |
...