diff --git a/liferay-sample-global-js-3/client-extension.yaml b/liferay-sample-global-js-3/client-extension.yaml index 4ee0d7d..8bc1cbc 100644 --- a/liferay-sample-global-js-3/client-extension.yaml +++ b/liferay-sample-global-js-3/client-extension.yaml @@ -3,7 +3,7 @@ assemble: into: static liferay-sample-global-js-3: name: Liferay Sample Global JS 3 - scope: "instance" - scriptLocation: "head" + scope: instance + scriptLocation: head type: globalJS url: global.*.js \ No newline at end of file diff --git a/liferay-sample-global-js-with-attributes/client-extension.yaml b/liferay-sample-global-js-with-attributes/client-extension.yaml index f57a115..c0756f0 100644 --- a/liferay-sample-global-js-with-attributes/client-extension.yaml +++ b/liferay-sample-global-js-with-attributes/client-extension.yaml @@ -5,8 +5,8 @@ liferay-sample-global-js-2: name: Liferay Sample Global JS 2 scriptElementAttributes: async: true - data-attribute: "value" - data-senna-track: "permanent" - fetchpriority: "low" + data-attribute: value + data-senna-track: permanent + fetchpriority: low type: globalJS url: global.*.js \ No newline at end of file