I need to investigate the feasibility of extending the apigee_edge module to be able to support linking multiple organizations into single drupal installation.
i have modified few connector controller file. i was able to switch or connect both prod and non-prod organization. i made the two credentials and backend .
but I noticed thah I can just select the button (when I am filling the form) if I press enter.
I want to select the button when I click by mouse, I think that means I need to affect the aria-checked to change the value when I press click, but I am not sure.
I use Paragraphs module, Workflows core module and my site is multilingual (German, English, Spanish, French).
For example, if I add a paragraph in the current published German revision (with German text), then this paragraph appears (untranslated) on all other active published revisions, i.e. English, Spanish and French.
How to implement "hrflang" tag code on the website running with different languages. If there is any module in Drupal 8 that can help to resolve this. Or we can directly add the "hreflang" tag code.
We have tried to implement the code directly but the code starts to run dynamic and static both.