Skip to content

Config form  #301

@robotnic

Description

@robotnic

All form fields are text-single at the moment.
There are no label, no text-multi, list-single,....

The form should look like this:
http://www.xmpp.org/extensions/xep-0060.html#registrar-formtypes-config

list-single example:

<field var='pubsub#publish_model'
         type='list-single'
         label='The publisher model'>
    <option label='Only publishers may publish'>
      <value>publishers</value>
    </option>
    <option label='Subscribers may publish'>
      <value>subscribers</value>
    </option>
    <option label='Anyone may publish'>
      <value>open</value>
    </option>
  </field>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions