We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74405ea commit 45bd7adCopy full SHA for 45bd7ad
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteGen/index.js
@@ -204,6 +204,9 @@ const SiteGen = () => {
204
205
// Sets the Site Title and Taglin in Live Preview
206
if ( identifier === 'site_config' ) {
207
+ // Set site title and subtitle in the flow data
208
+ currentData.data.blogName = data.body.site_title;
209
+ currentData.data.blogDescription = data.body.tagline;
210
editEntityRecord( 'root', 'site', undefined, {
211
title: data.body.site_title,
212
description: data.body.tagline,
0 commit comments