mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
b0662d2cf9
refs https://github.com/TryGhost/Product/issues/3819 - Wired up embeddable signup form to admin x. - minus the colour picker, to add in the next commit. --- <!-- Leave the line below if you'd like GitHub Copilot to generate a summary from your commit --> <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at 9a3f1b9</samp> This pull request introduces a new feature that allows users to embed a signup form for their blog site on other websites. It adds a new component `EmbedSignupFormModal` that renders a modal with form customization and code copying options. It also updates the `Config` type and the `config.ts` file to store and access the necessary data for the embed code generation.
6 lines
245 B
TypeScript
6 lines
245 B
TypeScript
import {test} from '@playwright/test';
|
|
// import {globalDataRequests, mockApi, responseFixtures} from '../../utils/e2e';
|
|
|
|
test.describe('Signup Embed', async () => {
|
|
// TODO - currently having difficulty rendering the iframe in the test
|
|
});
|