diff --git a/administrator/components/com_admin/sql/updates/mysql/4.3.0-2022-09-23.sql b/administrator/components/com_admin/sql/updates/mysql/4.3.0-2022-09-23.sql
new file mode 100644
index 0000000000000..dc11ed1534915
--- /dev/null
+++ b/administrator/components/com_admin/sql/updates/mysql/4.3.0-2022-09-23.sql
@@ -0,0 +1,2 @@
+-- Update the com_templates options to add the diff options
+UPDATE `#__extensions` SET `params` = REPLACE(`params`, '}', ',"difference":"SideBySide"}') WHERE `name` = 'com_templates';
diff --git a/administrator/components/com_admin/sql/updates/postgresql/4.3.0-2022-09-23.sql b/administrator/components/com_admin/sql/updates/postgresql/4.3.0-2022-09-23.sql
new file mode 100644
index 0000000000000..bf5b5ad7e95e3
--- /dev/null
+++ b/administrator/components/com_admin/sql/updates/postgresql/4.3.0-2022-09-23.sql
@@ -0,0 +1,2 @@
+-- Update the com_templates options to add the diff options
+UPDATE "#__extensions" SET "params" = REPLACE("params", '}', ',"difference":"SideBySide"}') WHERE "name" = 'com_templates';
diff --git a/administrator/components/com_templates/config.xml b/administrator/components/com_templates/config.xml
index 529425d9920bf..430ebeb57ca20 100644
--- a/administrator/components/com_templates/config.xml
+++ b/administrator/components/com_templates/config.xml
@@ -62,6 +62,24 @@
default="zip"
extension="com_templates"
/>
+
+
+
+
+
+
+
+