Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] joomla.asset typos #28484

Merged
merged 4 commits into from
Mar 28, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions administrator/templates/atum/joomla.asset.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
"name": "atum",
"version": "4.0.0",
"description": "Atum is the Joomla 4 administrator template",
"description": "Atum is the default Joomla 4 administrator template",
"license": "GPL-2.0-or-later",
"assets": [
{
Expand Down Expand Up @@ -52,7 +52,7 @@
"name": "template.active",
"type": "script",
"uri": "",
"description": "A dummy asset to allow extensions to use it as a dependency to active template",
"description": "A dummy asset to allow extensions to use it as a dependency to the active template",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert tabs here please and in the other file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grrh

"dependencies": [
"template.atum"
]
Expand Down
4 changes: 2 additions & 2 deletions templates/cassiopeia/joomla.asset.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
"name": "cassiopeia",
"version": "4.0.0",
"description": "Cassiopeia is the Joomla 4 site template",
"description": "Cassiopeia is the default Joomla 4 site template",
"license": "GPL-2.0-or-later",
"assets": [
{
Expand Down Expand Up @@ -64,7 +64,7 @@
"name": "template.active",
"type": "script",
"uri": "",
"description": "A dummy asset to allow to extensions to use it as dependency to active template",
"description": "A dummy asset to allow extensions to use it as a dependency to the active template",
"dependencies": [
"template.cassiopeia"
]
Expand Down