Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
ckeditor_advanced_tab
Commits
17d8756e
Verified
Commit
17d8756e
authored
Jan 09, 2022
by
apaderno
Browse files
Improved indentation for the JSON code shown in the README.md file
parent
1b54a959
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
17d8756e
...
...
@@ -53,7 +53,7 @@ INSTALLATION
```
json
{
"libraries/{$name}"
:
[
"type:drupal-library"
]
"libraries/{$name}"
:
[
"type:drupal-library"
]
}
```
...
...
@@ -62,21 +62,21 @@ INSTALLATION
```
json
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"ckeditor/dialogadvtab"
,
"version"
:
"4.8.0"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"ckeditor/plugins/dialogadvtab"
},
"dist"
:
{
"url"
:
"https://download.ckeditor.com/dialogadvtab/releases/dialogadvtab_4.8.0.zip"
,
"type"
:
"zip"
}
}
}
```
"type"
:
"package"
,
"package"
:
{
"name"
:
"ckeditor/dialogadvtab"
,
"version"
:
"4.8.0"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"ckeditor/plugins/dialogadvtab"
},
"dist"
:
{
"url"
:
"https://download.ckeditor.com/dialogadvtab/releases/dialogadvtab_4.8.0.zip"
,
"type"
:
"zip"
}
}
}
```
*
Run
`composer require 'ckeditor/dialogadvtab:4.8.0'`
to download the plugin.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment