Skip to content

Commit 5da87a1

Browse files
committed
Remove __nextHasNoMarginBottom
1 parent 1ba15d4 commit 5da87a1

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ Release date: 2nd July 2025
8787
**Enhancements and Features:**
8888

8989
* [#446](https://github.com/beyondwords-io/wordpress-plugin/pull/446) Fetch button for Block Editor Inspect panel.
90+
* Always show the **Generate audio** checkbox in the Block Editor.
91+
* As part of the Fetch button update the **Generate audio** checkbox is now always shown in the Block Editor.
92+
* If **Generate audio** is unchecked before a post is saved then audio **will not** be regenerated from the updated post content.
9093

9194
= 5.4.0 =
9295

src/Component/Post/Panel/Inspect/index.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -190,87 +190,76 @@ export function PostInspectPanel( {
190190
readOnly
191191
value={ beyondwordsGenerateAudio }
192192
__next40pxDefaultSize
193-
// __nextHasNoMarginBottom
194193
/>
195194

196195
<TextControl
197196
label="beyondwords_project_id"
198197
readOnly
199198
value={ beyondwordsProjectId }
200199
__next40pxDefaultSize
201-
// __nextHasNoMarginBottom
202200
/>
203201

204202
<TextControl
205203
label="beyondwords_preview_token"
206204
readOnly
207205
value={ beyondwordsPreviewToken }
208206
__next40pxDefaultSize
209-
// __nextHasNoMarginBottom
210207
/>
211208

212209
<TextControl
213210
label="beyondwords_content_id"
214211
readOnly
215212
value={ beyondwordsContentId }
216213
__next40pxDefaultSize
217-
// __nextHasNoMarginBottom
218214
/>
219215

220216
<TextControl
221217
label="beyondwords_player_content"
222218
readOnly
223219
value={ beyondwordsPlayerContent }
224220
__next40pxDefaultSize
225-
// __nextHasNoMarginBottom
226221
/>
227222

228223
<TextControl
229224
label="beyondwords_player_style"
230225
readOnly
231226
value={ beyondwordsPlayerStyle }
232227
__next40pxDefaultSize
233-
// __nextHasNoMarginBottom
234228
/>
235229

236230
<TextControl
237231
label="beyondwords_language_code"
238232
readOnly
239233
value={ beyondwordsLanguageCode }
240234
__next40pxDefaultSize
241-
// __nextHasNoMarginBottom
242235
/>
243236

244237
<TextControl
245238
label="beyondwords_language_id"
246239
readOnly
247240
value={ beyondwordsLanguageId }
248241
__next40pxDefaultSize
249-
// __nextHasNoMarginBottom
250242
/>
251243

252244
<TextControl
253245
label="beyondwords_body_voice_id"
254246
readOnly
255247
value={ beyondwordsBodyVoiceId }
256248
__next40pxDefaultSize
257-
// __nextHasNoMarginBottom
258249
/>
259250

260251
<TextControl
261252
label="beyondwords_title_voice_id"
262253
readOnly
263254
value={ beyondwordsTitleVoiceId }
264255
__next40pxDefaultSize
265-
// __nextHasNoMarginBottom
266256
/>
267257

268258
<TextControl
269259
label="beyondwords_summary_voice_id"
270260
readOnly
271261
value={ beyondwordsSummaryVoiceId }
272262
__next40pxDefaultSize
273-
// __nextHasNoMarginBottom
274263
/>
275264

276265
{ /* eslint-disable-next-line prettier/prettier */ }
@@ -280,23 +269,20 @@ export function PostInspectPanel( {
280269
rows="3"
281270
value={ beyondwordsErrorMessage }
282271
__next40pxDefaultSize
283-
// __nextHasNoMarginBottom
284272
/>
285273

286274
<TextControl
287275
label="beyondwords_disabled"
288276
readOnly
289277
value={ beyondwordsDisabled }
290278
__next40pxDefaultSize
291-
// __nextHasNoMarginBottom
292279
/>
293280

294281
<TextControl
295282
label="beyondwords_delete_content"
296283
readOnly
297284
value={ beyondwordsDeleteContent }
298285
__next40pxDefaultSize
299-
// __nextHasNoMarginBottom
300286
/>
301287

302288
<hr />

0 commit comments

Comments
 (0)