Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit cbdcc91

Browse files
committed
Merge pull request #38 from zivtech/MakeSemanticEmbedDefault
Making semantic embed the default ckeditor embed setting
2 parents 5ef3d87 + b52b2f9 commit cbdcc91

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.probo.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ steps:
66
makeFile: build-a-bear.make
77
profileName: bear
88
runInstall: true
9+
clearCaches: false # drush cc all is not available for d8. Use cache-rebuild.
910
- name: Run behat tests
10-
command: 'cd /var/www/html/profiles/bear/tests ; composer install ; ./bin/behat --profile probo'
11+
command: 'cd /var/www/html/profiles/contrib/bear/tests ; composer install ; ./bin/behat --profile probo'

config/install/editor.editor.full_html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ settings:
2828
name: Media
2929
items:
3030
- Blockquote
31-
- Embed
31+
- EmbedSemantic
3232
- DrupalImage
3333
- Table
3434
- HorizontalRule

config/install/filter.format.full_html.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ langcode: en
22
status: true
33
dependencies:
44
module:
5+
- ckeditor_media_embed
56
- editor
67
name: 'Full HTML'
78
format: full_html
@@ -47,3 +48,9 @@ filters:
4748
allowed_html: '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <h5> <h6> <s> <sup> <sub> <img> <table> <caption> <tbody> <thead> <tfoot> <th> <td> <tr> <hr> <u>'
4849
filter_html_help: true
4950
filter_html_nofollow: false
51+
filter_ckeditor_media_embed:
52+
id: filter_ckeditor_media_embed
53+
provider: ckeditor_media_embed
54+
status: true
55+
weight: 12
56+
settings: { }

drupal-org.make

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ projects[panels][version] = "3.0-alpha17"
4747
; Must specify type since it is still a sandbox.
4848
projects[ckeditor_media_embed][type] = module
4949
projects[ckeditor_media_embed][download][type] = git
50-
projects[ckeditor_media_embed][download][url] = http://git.drupal.org/sandbox/grndlvl/2597734.git
50+
projects[ckeditor_media_embed][download][url] = http://git.drupal.org/project/ckeditor_media_embed.git
5151
projects[ckeditor_media_embed][download][branch] = 8.x-1.x
52-
projects[ckeditor_media_embed][download][revision] = 152a2dfb9d191c1830975a82d22122607ebc646b
52+
projects[ckeditor_media_embed][download][revision] = bde51cedf69752b2d0100e16a14aa10577e0d11f
5353

5454
; Currently lives on Github.
5555
projects[pathauto][download][type] = git

0 commit comments

Comments
 (0)