fix(avb): clear legacy excerpt in CMS update script
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Successful in 56s
Build & Deploy / 🏗️ Build (push) Successful in 2m11s
Build & Deploy / 🚀 Deploy (push) Successful in 14s
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 4m40s
Build & Deploy / 🔔 Notify (push) Successful in 2s
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Successful in 56s
Build & Deploy / 🏗️ Build (push) Successful in 2m11s
Build & Deploy / 🚀 Deploy (push) Successful in 14s
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 4m40s
Build & Deploy / 🔔 Notify (push) Successful in 2s
This commit is contained in:
@@ -22,6 +22,7 @@ async function run() {
|
|||||||
id: 6,
|
id: 6,
|
||||||
data: {
|
data: {
|
||||||
title: 'Allgemeine Verkaufsbedingungen (AVB)',
|
title: 'Allgemeine Verkaufsbedingungen (AVB)',
|
||||||
|
excerpt: '',
|
||||||
content: lexicalContent,
|
content: lexicalContent,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user