Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    ...

    The process is as follows:

    1. Add the submission type.
    2. Add a new page for the input path field.
    3. Add parameters.
    4. Override defaults for fields in the Qube Basics page.
    5. Set the command template.

    ...

    Check the documentation for add_submission_type() for information on the command's arguments.

    2. Add a new page

    ...

    Use pages to group related fields together. We add pages by calling add_page() with a single argument, the page's name.

    ...