Package version (if known): all releases ## Describe the bug The default for `COMMUNITIES_CUSTOM_FIELDS` in https://github.com/inveniosoftware/invenio-communities/blob/b4dcd463c70bb3e5291232e6ed5d6058f27dbe56/invenio_communities/config.py#L228 is an empty dict, but should be a list (even written in the usage inside docstring). Dtto for `COMMUNITIES_CUSTOM_FIELDS_UI` ## Expected behavior Should be an array, not a dict