Skip to content

Allow empty material entry (lessons with titles only) #207

@hroncok

Description

@hroncok

There are empty material entries on pyladies.cz, but i couldn't find a way to do it here. If I provide no URL, no lesson attribute, it's invalid Material:

  - title: MicroPython a malé počítače
    type: lesson
ValueError: Unknown material type: {'type': 'lesson', 'title': 'MicroPython a malé počítače'}

I had to use this as a workaround:

  - title: MicroPython a malé počítače
    type: lesson
    url: '#'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions