Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
widencollective
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
widencollective
Commits
7306e24a
Commit
7306e24a
authored
1 year ago
by
Aaron Armstrong
Committed by
Luc Bézier
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3299508
by aastrong, Luukyb: D10 patch applied.
parent
7b172f97
Branches
commev-alias
No related tags found
1 merge request
!3
D10 patch applied
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Plugin/CKEditorPlugin/Widencollective.php
+2
-2
2 additions, 2 deletions
src/Plugin/CKEditorPlugin/Widencollective.php
widencollective.info.yml
+1
-2
1 addition, 2 deletions
widencollective.info.yml
with
3 additions
and
4 deletions
src/Plugin/CKEditorPlugin/Widencollective.php
+
2
−
2
View file @
7306e24a
...
...
@@ -27,7 +27,7 @@ class Widencollective extends CKEditorPluginBase {
* {@inheritdoc}
*/
public
function
getFile
()
{
return
d
rupal
_get_path
(
'module'
,
'widencollective'
)
.
'/js/plugins/widencollective/plugins.js'
;
return
\D
rupal
::
service
(
'extension.list.module'
)
->
getPath
(
'widencollective'
)
.
'/js/plugins/widencollective/plugins.js'
;
}
/**
...
...
@@ -37,7 +37,7 @@ class Widencollective extends CKEditorPluginBase {
return
[
'Widencollective'
=>
[
'label'
=>
$this
->
t
(
'Widen Collective'
),
'image'
=>
d
rupal
_get_path
(
'module'
,
'widencollective'
)
.
'/js/plugins/widencollective/icons/widencollective.png'
,
'image'
=>
\D
rupal
::
service
(
'extension.list.module'
)
->
getPath
(
'widencollective'
)
.
'/js/plugins/widencollective/icons/widencollective.png'
,
],
];
}
...
...
This diff is collapsed.
Click to expand it.
widencollective.info.yml
+
1
−
2
View file @
7306e24a
name
:
'
Widen
Collective'
description
:
'
Embeds
media
from
your
Widen
Collective
system
into
Drupal
content.'
package
:
'
User
interface'
core
:
8.x
core_version_requirement
:
^8 || ^9
core_version_requirement
:
^9.3 || ^10
configure
:
widencollective.admin
dependencies
:
-
drupal:ckeditor
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment