This repository was archived by the owner on Feb 25, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ settings:
2828 name : Media
2929 items :
3030 - Blockquote
31- - Embed
31+ - EmbedSemantic
3232 - DrupalImage
3333 - Table
3434 - HorizontalRule
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ langcode: en
22status : true
33dependencies :
44 module :
5+ - ckeditor_media_embed
56 - editor
67name : ' Full HTML'
78format : 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 : { }
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ projects[panels][version] = "3.0-alpha17"
4747; Must specify type since it is still a sandbox.
4848projects[ckeditor_media_embed][type] = module
4949projects[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
5151projects[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.
5555projects[pathauto][download][type] = git
You can’t perform that action at this time.
0 commit comments