I have built my form with a fieldset, which will rebuilt based on Add and Remove. The issue is I am unable to update the field's '#default_value' attribute, when a form is rebuilt by remove callback.
I have been working with contextual filters before, but I'm afraid I have created something a bit to complex for my own good. I wonder if anyone can point me in the right direction.
I am looking for a module where users can subscribe/watch a page so that they can get email notifications whenever page is modified or someone commented on the page.
I see subscriptions module or watcher module can be used for the requirement in Drupal7.
But those modules are not supporting Drupal 8 currently.
Is there any other module available in Drupal 8 that can fulfill the requirement?
I was wondering if it would be possible to add markup/provide more output on the page shown during a batch operation. Each operation involves running a shell process which I have captured the output from, and that I'd like to display during execution. As far as I'm aware, I haven't found any hooks to help me achieve this. Any help would be appreciated!
Im getting 404 not found in every page except homepage.
Im running nginx, php7, drupal 8.
I tried every modification of /etc/nginx/sites-available/default that I found on google already, none of them works (and I looked at all the posts that came up on google).
I have the .htaccess on my /www/html/web folder, and all seems right.
Right now my default file is looking like this one