I've CKEditor - Media Embed module installed on my Drupal 8 - https://www.drupal.org/project/ckeditor_media_embed
I want to add an other input (type text) after existing field (URL), but I don't see how to proceed to do that ...
I've my module in /modules/modified/ckeditor_media_embed and in src/Plugin/CKEditorPlugin there is MediaEmbed.php script but I don't see where is first input "URL" and add my custom input.
I'm curious why the Drupal 8 datetime_range module has both "Date only" and "All Day". Can anyone summarize the reasoning, or point at an issue thread or some such?
We are trying to assess the state of dates in Drupal 8 as we prepare to migrate our D7 site, to try to figure out what's coming and where / how we might be able to contribute to that. It feels like there is a general philosophy at work, but I'm not having much luck figuring it out. (These are bad words to try to search for, matching everything that mentions "all" or "day" ...)
I have a hybrid mobile app and I'm trying to upload a file to the server and then associate it with a node. From reading a lot of other forum posts I understand that it's a 2-step process - first upload the file and then update the node using the returned file Id.
Our custom module have 400+ fields in single configuration(mymodule.settings.yml). While saving configuration via admin backend, these values becomes empty intermittenly. Also when i tried to import these configuration via single item configuration import(admin/config/development/configuration/single/import), I'm getting this error "Paste your configuration field is required". If i split that configuration(150 fields) and tried to import, it is working. So is there any limitation in configuration?