zope2 module: instance option loaOf -> attrsOf
This commit is contained in:
parent
57c4d6f380
commit
821e8d4681
@ -74,7 +74,7 @@ in
|
|||||||
|
|
||||||
services.zope2.instances = mkOption {
|
services.zope2.instances = mkOption {
|
||||||
default = {};
|
default = {};
|
||||||
type = with types; loaOf (submodule zope2Opts);
|
type = with types; attrsOf (submodule zope2Opts);
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
{
|
{
|
||||||
plone01 = {
|
plone01 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user