I am creating a module for Replacing all Relative URLs in the REST Export of Views into Absolute URLs, for consuming in Application. I have actually made this possible, but I am not sure it is the right way to do.
Basically, I have created a module with a service.
Does it make sense to get this error for a module under development that hasn't even been activated yet?
Yes, I know, Drupal has not yet been official released.
The website encountered an unexpected error. Please try again later.
Drupal\Core\Extension\InfoParserException: The 'core_version_requirement' key must be present in modules/custom/custom/custommodule.info.yml in Drupal\Core\Extension\InfoParserDynamic->parse() (line 73 of core/lib/Drupal/Core/Extension/InfoParserDynamic.php).
I try to handle a list of items on a node advanced form using ajax. Each list item has a textfield and a remove button. There is an add button under the list to add items. Add button and delete buttons use ajax. Items added on page load are ok, but the ones added through ajax are not complete. Textfields do not have default value or description. Moreover, the delete buttons do not seem to work. My code: