I've had a Wordpress site for a few years and have had my eye on Drupal for just as long. Now that Drupal 8.0.0 is released I've created a Drupal 8 site in preparation to replace the Wordpress site. The only thing left is to figure out how to get the blog posts and their comments from Wordpress over to Drupal. In reality, I don't have many posts or comments, and have no issue manually copy and pasting them over to Drupal. I can do that with the posts, but I can't find a way to manually recreate comments and backdate them from the UI on Drupal.
This might be a very simple question , and sorry if it has been asked before, I did a search and couldn't find anything. I am new to Drupal and am using this project as a way of learning the environment
Ajax does not work in forms. I'm using Ajax callbacks in a form and they were working fine until I moved a few things around in some template files. The drupalSettings variable is getting set and shows up when I view source, but the ajax key is missing and I can't for the life of me figure out why it's not getting called.
Things I've tried:
theme.info.yml has the follow dependencies:
dependencies:
- core/jquery
- core/drupalSettings
- core/drupal.ajax
- core/drupal
The library in the theme has those same dependencies.