Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Support custom mobile Demo editor setup configuration #54957

Merged

Commits on Oct 1, 2023

  1. build: Support custom mobile Demo editor setup configuration

    Applying optional setup configuration files allows developers to modify
    the Demo editor environment via Hooks, e.g. to set custom `initialHtml`
    for the editor.
    dcalhoun committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    69769f4 View commit details
    Browse the repository at this point in the history
  2. test: Disable local Demo editor configuration for tests

    The `require.context` function is undefined in the test environment, as
    it is a Metro-specific capability. The most straightforward way to avoid
    test failures is to disable this code that relates to the local
    development workflow.
    dcalhoun committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    fdff64c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. docs: Document Demo editor customization

    Contributors will likely never discover or benefit from this
    customization ability if it is not documented.
    dcalhoun committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    92725d2 View commit details
    Browse the repository at this point in the history