Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion .probo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ steps:
makeFile: build-a-bear.make
profileName: bear
runInstall: true
clearCaches: false # drush cc all is not available for d8. Use cache-rebuild.
- name: Run behat tests
command: 'cd /var/www/html/profiles/bear/tests ; composer install ; ./bin/behat --profile probo'
command: 'cd /var/www/html/profiles/contrib/bear/tests ; composer install ; ./bin/behat --profile probo'
2 changes: 1 addition & 1 deletion config/install/editor.editor.full_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ settings:
name: Media
items:
- Blockquote
- Embed
- EmbedSemantic
- DrupalImage
- Table
- HorizontalRule
Expand Down
7 changes: 7 additions & 0 deletions config/install/filter.format.full_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ langcode: en
status: true
dependencies:
module:
- ckeditor_media_embed
- editor
name: 'Full HTML'
format: full_html
Expand Down Expand Up @@ -47,3 +48,9 @@ filters:
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>'
filter_html_help: true
filter_html_nofollow: false
filter_ckeditor_media_embed:
id: filter_ckeditor_media_embed
provider: ckeditor_media_embed
status: true
weight: 12
settings: { }
4 changes: 2 additions & 2 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ projects[panels][version] = "3.0-alpha17"
; Must specify type since it is still a sandbox.
projects[ckeditor_media_embed][type] = module
projects[ckeditor_media_embed][download][type] = git
projects[ckeditor_media_embed][download][url] = http://git.drupal.org/sandbox/grndlvl/2597734.git
projects[ckeditor_media_embed][download][url] = http://git.drupal.org/project/ckeditor_media_embed.git
projects[ckeditor_media_embed][download][branch] = 8.x-1.x
projects[ckeditor_media_embed][download][revision] = 152a2dfb9d191c1830975a82d22122607ebc646b
projects[ckeditor_media_embed][download][revision] = bde51cedf69752b2d0100e16a14aa10577e0d11f

; Currently lives on Github.
projects[pathauto][download][type] = git
Expand Down