Problem/Motivation
I was in the process of creating a story for the footer, which consists of multiple nested components. As a result, it generated a lengthy URL (.../_cl_server?_storyFileName=.%2Fstories%2...) that exceeded the permissible length.
Issue fork cl_server-3374656
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
lussolucaThis is the Drupal side of https://github.com/Lullabot/storybook-drupal-addon/issues/38
To be backward compatible, if the request is a GET, we look for params in the query string. If the request is a POST, we load params from the content.
Comment #5
e0ipsoThis looks good to me.
Comment #7
e0ipso