I am using drupal 7 ckeditor for wysiwyg, i want to disable the feature of adding class from wysiwyg instead use inline styling.
Example:- I want to replace this feature of ckeditor with <p class="rtecenter"><strong>In Memoriam</strong></p> this one <p style="text-align:center"><strong>In Memoriam</strong></p>
When I am going to /admin/reports/status there are a few warnings from Drupal popping out:
The Schema comparison report shows:
38 modules with matching tables
21 extra tables
2 warnings
1 modules with missing tables
7 modules with mis-matching tables
You should follow the instructions under Database updates now or run the database schema comparison report for more details.
I´m trying to use the migrate_source_csv plugin.
But I get the following error. Can anyone please help me here? What I was doing wrong or maybe forgot to install?
[error] exception 'Drupal\Component\Plugin\Exception\PluginException' with message 'The plugin (import_block_base) did not specify an instance class.' in /var/www/out/company.playmobil.com/pages/ghostbusters/web/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php:79
How to add products in Drupal Commerce 2.x for Drupal 8. Products are coming from external webservice in XML format and we have to add all the products in commerce products.
Hi All,
I created a new field type (with widget and formatters) that extends entity reference but doesn't really change anything. It uses a custom FormElement which was the reason behind creating it. I wanted to theme this element. While that is all working, I'm running into a few issues.
I'd like to have sharing buttons. I tried addToAny and it just does not work at all as expected. Also it just does not have any documentation at all...
So, since this is just a very basic task I'd like to do it myself. So I just know what's going on. So I have a content type called news-item and a page which crawls for it and displays them.
How can I now add my own html/js to this? What's the best practice here?