From 5d3c13f2452c5c4ec14e8615f624c6c48475261f Mon Sep 17 00:00:00 2001 From: cra0zy Date: Sun, 12 Nov 2017 03:10:07 +0100 Subject: [PATCH] Add missing type specifier for item templates --- .../GtkSharp.Dialog.CSharp/.template.config/template.json | 3 ++- .../GtkSharp.Widget.CSharp/.template.config/template.json | 3 ++- .../GtkSharp.Window.CSharp/.template.config/template.json | 3 ++- .../GtkSharp.Dialog.VBNet/.template.config/template.json | 3 ++- .../GtkSharp.Widget.VBNet/.template.config/template.json | 3 ++- .../GtkSharp.Window.VBNet/.template.config/template.json | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Dialog.CSharp/.template.config/template.json b/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Dialog.CSharp/.template.config/template.json index 494b4f7fe..1c053e4fa 100755 --- a/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Dialog.CSharp/.template.config/template.json +++ b/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Dialog.CSharp/.template.config/template.json @@ -10,7 +10,8 @@ "groupIdentity": "GtkSharp.Dialog", "shortName": "gtkdialog", "tags": { - "language": "C#" + "language": "C#", + "type": "item" }, "sourceName": "Gtk_Dialog", "primaryOutputs": [ diff --git a/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Widget.CSharp/.template.config/template.json b/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Widget.CSharp/.template.config/template.json index d1a20cf21..8d903c00c 100755 --- a/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Widget.CSharp/.template.config/template.json +++ b/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Widget.CSharp/.template.config/template.json @@ -10,7 +10,8 @@ "groupIdentity": "GtkSharp.Widget", "shortName": "gtkwidget", "tags": { - "language": "C#" + "language": "C#", + "type": "item" }, "sourceName": "Gtk_Widget", "primaryOutputs": [ diff --git a/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Window.CSharp/.template.config/template.json b/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Window.CSharp/.template.config/template.json index d15b4e48e..56f3766b1 100755 --- a/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Window.CSharp/.template.config/template.json +++ b/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Window.CSharp/.template.config/template.json @@ -10,7 +10,8 @@ "groupIdentity": "GtkSharp.Window", "shortName": "gtkwindow", "tags": { - "language": "C#" + "language": "C#", + "type": "item" }, "sourceName": "Gtk_Window", "primaryOutputs": [ diff --git a/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Dialog.VBNet/.template.config/template.json b/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Dialog.VBNet/.template.config/template.json index 1adf4a1c0..701219110 100755 --- a/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Dialog.VBNet/.template.config/template.json +++ b/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Dialog.VBNet/.template.config/template.json @@ -10,7 +10,8 @@ "groupIdentity": "GtkSharp.Dialog", "shortName": "gtkdialog", "tags": { - "language": "VB" + "language": "VB", + "type": "item" }, "sourceName": "Gtk_Dialog", "primaryOutputs": [ diff --git a/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Widget.VBNet/.template.config/template.json b/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Widget.VBNet/.template.config/template.json index 995aa9aff..f80ede244 100755 --- a/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Widget.VBNet/.template.config/template.json +++ b/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Widget.VBNet/.template.config/template.json @@ -10,7 +10,8 @@ "groupIdentity": "GtkSharp.Widget", "shortName": "gtkwidget", "tags": { - "language": "VB" + "language": "VB", + "type": "item" }, "sourceName": "Gtk_Widget", "primaryOutputs": [ diff --git a/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Window.VBNet/.template.config/template.json b/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Window.VBNet/.template.config/template.json index e9e9aacea..74ff39a48 100755 --- a/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Window.VBNet/.template.config/template.json +++ b/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Window.VBNet/.template.config/template.json @@ -10,7 +10,8 @@ "groupIdentity": "GtkSharp.Window", "shortName": "gtkwindow", "tags": { - "language": "VB" + "language": "VB", + "type": "item" }, "sourceName": "Gtk_Window", "primaryOutputs": [