I'm using the Content Construction Kit to create some custom content types. One of them has a boolean field and two fields that reference entities of another type.
The display for these fields is a bit weird; the label for the boolean field is bolded, but the labels for the two entity references are not bolded. All three are set to show the label "inline". I'm using the Bartik theme.
Using the Group Module, how can I restrict access to a Group Role so a set of Group Members can view Nodes, published and unpublished, without letting them edit or delete those Nodes?
i am using webform as node. So webform content type i have three fields extra (project code, project description, budget) and one webform (i created a webform quotation which have three 2 fields (Name,Quotation) AND 3 fields as hidden fields which i want when webform submission made the values from node fields it load and save in to webform form these hidden fields like(project code, project description, budget must filled with node fields )
As I decided too late to migrate from Drupal 6 to Drupal 8, I am rebuiding the site http://touraine-vietnam.fr in Drupal 8.
As text editor, in 2009, I was using Tiny-Tiny-MCE. With Drupal 8, I am obliged to use CKEditor. I found how to enhance it (non breakable space, color, IMCE, etc.).
However, I have a big lack! When I Insert an image using IMCE, I cannot add "alt" and "title" tags!! "Alt" already exists in the html produced but with a field umpty.
I am using webform as node. With some additional fields and as webform there is a form which showing form on content type view page. now i have two or some hidden fields on webform. Now i want is when webform submission i set the hidden fields programmatically from that node.