I have a file that contains 303 fields and their specifications.
In that file, SystemName, LongName, DataType, MaximumLength and Interpretation for each field are defined. Almost half of them need a taxonomy.
The requirement is to create all of the fields and add them to that content type.
I tried using the embed tag and the object tag to show a pdf in the middle of my form, but Drupal 8 won't display it. How can I do this? (I haven't seen any Drupal 8 modules that place a PDF on the page.)
Oh and I can't use the embedded google docs viewer module because I am not able to give google access to it.
I've created an entity in my Drupal 8 module with the console (drupal generate:entity:content). So i can use it, it's work but i need to use them in my code. But how to retrieve them ?
It's not nodes then i can't use this to get a parameter from my content :
I'd like different fields to be displayed in a users account settings dependent upon what Role they had been assigned. Is this possible?
I'm using D8 and reading the forums it appears that this would be possible in D7 using a Field Permssion module but I can't find how to do it in D8? Maybe it is possible in core.