From 4ca996e20b4c4a1f3255f0ca48bd5df495020804 Mon Sep 17 00:00:00 2001 From: Pano Maria Date: Mon, 20 May 2024 21:33:08 +0200 Subject: [PATCH] description verwijderd bij property tabllen (#126) (#117) (#74) --- config/templates/klasse.md | 4 ---- config/templates/ondersteunendeKlasse.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/config/templates/klasse.md b/config/templates/klasse.md index 8e280e9..76ea2d0 100644 --- a/config/templates/klasse.md +++ b/config/templates/klasse.md @@ -40,10 +40,6 @@ Property {{ prop.propertyName }} - - Description - {{ prop.description }} - Cardinality {{ prop.minCount | default("0") }}..{{ prop.maxCount | default("n") }} diff --git a/config/templates/ondersteunendeKlasse.md b/config/templates/ondersteunendeKlasse.md index 5808604..c504e9d 100644 --- a/config/templates/ondersteunendeKlasse.md +++ b/config/templates/ondersteunendeKlasse.md @@ -33,10 +33,6 @@ Property {{ prop.propertyName }} - - Description - {{ prop.description }} - Cardinality {{ prop.minCount | default("0") }}..{{ prop.maxCount | default("n") }}