Commit 73bd6e26 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat: make packaging templates single selection (prepare CNB template)

parent 59a03ddb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,8 +37,8 @@
  id="package"
  sectionTitle="3. Packaging"
  [aggregated]="aggregated"
  [templates]="templatesOfKind('package')"
  [multiple]="true"
  [templates]="templatesOfKind('package', true)"
  [multiple]="false"
  [options]="options"></app-templates-section>

<app-templates-section