While Drupal 8 is in active development I will be making an actively developed theme too.
Im wondering if anyone would like to test this out and find bugs for me to removed or provide feedback.
I will also be making a dark version of this theme later on (after Drupal 8's Release)
Screenshots: http://i.imgur.com/1ky08Sd.png http://i.imgur.com/670DGPa.png
Hello fellows,
I am trying to build a website like turbo tax. Where the user has to file different type of documents.
User open an account
Instead of the user having to file the same contact information for every form, he only has to do it once and the system will automatically add the information on all the forms (PDF)
If the user has to file a second form and the form number 2 has additional fields. The system will tell him about the fields.
I became impatient waiting for a comprehensive example of creating a Content Entity with bundles, so I decided to refactor the Drupal 8 Node module as a custom Content Entity. However, I'll use the Node module as reference for my questions pertaining to Actions and Action plugins.
My main question is, how and when are Action plugins called?
Hello everyone, I'm trying to login using rest with cookie in drupal 8 (like drupal 7 but not using basic auth or oauth) following this guidelines: https://www.drupal.org/node/2076725
The basics is Post to user/ whith this json {"name":"","pass":"","form_id":"user_login_form"} but I receive the error No route found to "user"
I enabled Rest permisions to access POST and enabled user resource with cookie login (using REST UI).
I'm using alpha 14 at this time.
Anybody trying to login too?
I notice the NodeForm add a node_submit hook in its submit method, but the AccountForm doesn't, so how can I attach new fields to user entity like the menu does to a node?