thanks, this patch works.
alabandit β created an issue.
alabandit β created an issue.
alabandit β created an issue.
this patch seems to work. thank you!
sorry, not sure how to label patches without creating the issue first:
here is the patch in pure text dropzonejs.install, line 40:
else {
$requirements['dropzonejs_library'] = [
'title' => t('Dropzone library missing'),
'description' => t(" [error] Dropzonejs requires the dropzone.min.js library. Add the package to Composer with the following single-line terminal command or refer to the installation documentation on https://www.drupal.org/project/dropzonejs
composer config repositories.dropzone '{\"type\":\"package\",\"package\":{\"name\":\"enyo/dropzone\",\"version\":\"5.9.3\",\"type\":\"drupal-library\",\"dist\":{\"url\":\"https://github.com/dropzone/dropzone/releases/download/v5.9.3/dist.zip\",\"type\":\"zip\"}}}'"),
'severity' => REQUIREMENT_ERROR,
];
}
alabandit β created an issue.
alabandit β created an issue.
This patch causes the blocks to install, but they don't show up in Drupal Gutenberg Editor.
Drupal Version
10.2.3
I'm having no luck with the
- README,
- #3 Service account
- or the solution in the interface:
Add a credential and put json file here https://developers.google.com/analytics/devguides/reporting/data/v1/quickstart-client-libraries#step_2_add_service_account_to_the_google_analytics_4_property
I am just missing the obvious?
All I get from all is:
There was an authentication error. Message: Could not construct ApplicationDefaultCredentials.
Credential is not valid. Check your configured property also!
I have extended the README.md work above and added a section to clarify the configuration.
Sorry, that I haven't rolled a patch, but here is the edit below.
I have extended the README.md work above and added a section to clarify the configuration.
# CKEditor Accordions - Detail Plugin
Accordions are a popular way to structure content. In the past nested divs or definition lists were augmented by Javascript to provide this functionality, but the HTML5 details elements provide this functionality natively. This module adds a button so editors can easily use this element in their content.
For a full description of the module, visit the
[project page](https://www.drupal.org/project/ckeditor_details).
# Table of contents
- Requirements
- Recommended modules
- Installation
- Configuration
- Troubleshooting
- FAQ
- Maintainers
# Requirements
This module requires the core CKEditor module.
# Recommended modules
# Installation
1. Download the plugin from [ckeditor](http://ckeditor.com/addon/detail)
2. Place the plugin in the root libraries folder (`/libraries`).
3. Enable CKEditor Accordions - Detail Plugin module in the Drupal admin.
Each filter format will now have a config tab for this plugin.
# Configuration
1. Go to the Text Formats and Editors settings
`Administration Β» Configuration Β» Content Authoring Β» Text formats`
(/admin/config/content/formats)
2. Edit a text format, for example, "Basic HTML"
3. Then drag the Button to the CKEditor toolbar
The button icon is a square with a down arrow, as is often seen for drop-down menus.
# Troubleshooting
Submit bug reports and feature suggestions or track changes in the
[issue queue](https://www.drupal.org/project/issues/ckeditor_details).
# FAQ
Please ask questions on the official project page [issue queue](https://www.drupal.org/project/issues/ckeditor_details).
## Uninstallation
Uninstall the module in the standard way from the uninstall menu. `Administer >> Modules >> Uninstall Modules`
/admin/modules/uninstall
## Maintainers
* Martin Anderson-Clutz - [mandclu](https://www.drupal.org/u/mandclu)
* Initial development and maintenance by **Digital Echdina**.
Thanks, Swatidhurandhar. I am not a designer. Happy to match designs and post patches if there is a design reference that you know of
alabandit β created an issue.
alabandit β created an issue.
alabandit β created an issue.
alabandit β created an issue.
#12 still required to uninstall with drush or web interface.
Not sure if this is an edge case any more. Currently, Drupal 8/9/10 has 23000 installs of the Commerce Module which require Inline Entity Form.
Not sure what would be the next step, will see if I can investigate as well.
Commenting to add commerce to the search in case anyone else is also having this issue
Required by: commerce, commerce_price, commerce_store, commerce_number_pattern, commerce_order, commerce_product, commerce_cart, commerce_checkout, commerce_log, commerce_payment, commerce_payment_example, commerce_promotion, commerce_tax
Couldn't make headway with this either, the limited documentation in the readme did not healed a working result with images or simple text headers.
Seems to work for me with the Bootstrap Barrio Theme
You do need to add the block manually into your theme.
/admin/structure/block
For simplicity, this should maybe be added to the readme
I have tested it on "Bootstrap 5 Admin" and "Bootstrap Bario with Bootstrap5", and it works.
If you have "Admin Toolbar" installed the bar covers the sticky headers. I am not sure if there is a workable solution to this?
https://www.drupal.org/project/admin_toolbar β
Side note:
Great module, thank you!
alabandit β created an issue.