Promet Source is preparing a blog post concerning Drupal as the optimal CMS for State and Local government websites. We plan to highlight some our recent client sites and would love additional examples. Please contact lfrances@prometsource.com if you have a site that you'd like to be featured.
In preparation of a Drupal 8 to 9 upgrade, I've used Composer to update from Drush 9.7.2 to 10.6.1 and now getting the following warnings when Composer is ran.
Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Attempting to gather more information I've ran the following:
Drupal 8 - I removed the border and padding of a filter exposed with AutoSubmit (Using "Chosen" Module) but, when it returns the results, the ID is incremented / modified with the result that the exposed filter LOSES its desired formatting.
The Custom CSS:
div#edit_tid_chosen.chosen-container.chosen-container-single.form-select.form-control {
padding: 0px;
border-style: none;
}
I'm a student beginning with Drupal (version 8.9.13) for a school project. Since we are working together on the same website, we need to be able to export easily our Drupal environment.
I was able to successfully export items (like views for example) using the "Configuration Synchronization" tool.
But I was wondering if there is a way to export all modules installed in the project ? I'm talking about all modules that are in the "Extend" window.