Compare commits
5 Commits
d3c7bfcf79
...
29c39e618f
Author | SHA1 | Date | |
---|---|---|---|
29c39e618f | |||
647cee9858 | |||
54c0df2597 | |||
67d65b3a98 | |||
9547b5fc5a |
@ -35,10 +35,10 @@ Take a look at the [Docker Container](https://github.com/leenooks/phpLDAPadmin/w
|
|||||||
|
|
||||||
## Templates
|
## Templates
|
||||||
Starting with v2.2, PLA reintroduces the template engine. Each point release going forward will improve the template
|
Starting with v2.2, PLA reintroduces the template engine. Each point release going forward will improve the template
|
||||||
functionality. Check [releases](releases) for details.
|
functionality. Check [releases](https://github.com/leenooks/phpLDAPadmin/releases) for details.
|
||||||
|
|
||||||
Templates in v2 are in JSON format (in v1 they were XML format). If you want to create your own templates you can use
|
Templates in v2 are in JSON format (in v1 they were XML format). If you want to create your own templates you can use
|
||||||
the [example.json](blob/master/templates/example.json) template as a guide. Place your custom templates in a subdirectory
|
the [example.json](/templates/example.json) template as a guide. Place your custom templates in a subdirectory
|
||||||
under `templates`, eg: `templates/custom`, and they wont be overwritten by an update.
|
under `templates`, eg: `templates/custom`, and they wont be overwritten by an update.
|
||||||
|
|
||||||
## Outstanding items
|
## Outstanding items
|
||||||
@ -53,7 +53,7 @@ Templates Engine
|
|||||||
- [ ] Present SELECT lists when an attribute is marked as `type=select`
|
- [ ] Present SELECT lists when an attribute is marked as `type=select`
|
||||||
- [ ] Enforcing attribute uniqueness
|
- [ ] Enforcing attribute uniqueness
|
||||||
|
|
||||||
Raise a [feature request](issues/new) if there is a capability that you would like to see added to PLA.
|
Raise a [feature request](https://github.com/leenooks/phpLDAPadmin/issues/new) if there is a capability that you would like to see added to PLA.
|
||||||
|
|
||||||
## Support is known for these LDAP servers:
|
## Support is known for these LDAP servers:
|
||||||
- [X] OpenLDAP
|
- [X] OpenLDAP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user