Skip to content

feat: add a default value that is auto-selected by EnumSelectEditor to enforce that this node always has a valid value

The following discussion from !68 (merged) should be addressed:

  • @hynek started a discussion: (+3 comments)

        sh:in (
        "http://hannah-arendt-edition.net/volume/I"
        "http://hannah-arendt-edition.net/volume/II"
        "http://hannah-arendt-edition.net/volume/III"
        "http://hannah-arendt-edition.net/volume/VI"
        "http://hannah-arendt-edition.net/volume/XIV"
      ) ;
        sh:defaultValue "http://hannah-arendt-edition.net/volume/I" ;

    It might be a good idea to add a default value that is auto-selected by the EnumSelectEditor to enforce that this node always has a valid value. But I guess, this would be a new feature, so feel free to resolve this in a follow-up.