I am sure that the framework for doing something like this is floating around the internet, but try as I might, I cannot seem to find it. Can anyone give me a simple play by play of how to set this up? For some reason this has become way more complicated than I thought it would be.
I think this is the best place to post this so I’ll try to make this short and succinct. I have a Drupal 8 theme that I purchased (I won't name names) and all was good for the first month but then I noticed that whenever I made system changes to the site I would get errors like this (especially when I did a configuration Import):
Configuration block.block.footer depends on the ntv_block_background module that will not be installed after import.
I'm new to Drupal, I'm looking to implement it headless. I've had a look at the JSON api module and I'm now looking at the RESTful Web Service. I've set up a view as a JSON endpoint (REST export) which gives me the all the content types associated with the view. But how do I get the individual content node?
I'm using Drupal 8, and have gone through the configuration web pages, tying it into the database etc; however, now that I'm logged on to my installation, all of the links (everything, from Add Content, to View provile and other menu options) lead to 404 not found errors.
I suspect that this simply means I'm missing a directory in my /var/www/html folder - But I had downloaded Drupal 8, and used rsync to copy all the contents of the tar-ball to the HTML folder itself. I appreciate any advice you may have on the matter.