Skip to content

Instantly share code, notes, and snippets.

@jacecotton
Created May 2, 2023 20:19
Show Gist options
  • Save jacecotton/02574c062f006109fecd9bece3a663e1 to your computer and use it in GitHub Desktop.
Save jacecotton/02574c062f006109fecd9bece3a663e1 to your computer and use it in GitHub Desktop.
Enable visibility of JSON API for Site Studio component form
// Place at end of file
$settings['dx8_json_fields'] = TRUE;
$settings['dx8_editable_api_url'] = TRUE;
@jacecotton
Copy link
Author

jacecotton commented May 2, 2023

This helps discover field UUIDs for use in Twig templates, as an alternative to dump.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment