nuvoleweb / ui_patterns

[NOTE] Development has moved to https://drupal.org/project/ui_patterns
https://drupal.org/project/ui_patterns
GNU General Public License v2.0
85 stars 56 forks source link

can i used yml pattern fields in js library files? #242

Closed laurencefass closed 5 years ago

laurencefass commented 5 years ago

i can access fields in html.twig files. can i do the same from js files? do i need to pass variables to Drupal object or is that already done for all fields by module?

ademarco commented 5 years ago

No, I'm afraid you can't.

laurencefass commented 5 years ago

thanks. Is there a way to access Drupal's field values from withing Javascript?