Skip to content

Commit

Permalink
LPD-30371 consistency for string attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-buarqque authored and brianchandotcom committed Sep 19, 2024
1 parent 86044b1 commit ff68ce0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ff68ce0

Please sign in to comment.