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 3c73e54 commit e4ac713Copy full SHA for e4ac713
headless-cms/smart-seo-open-ai/5.41.x/extensions/smartSeoOpenAi/admin/src/index.tsx
@@ -5,7 +5,7 @@ import { DecorateContentEntryFormBind} from "./DecorateContentEntryFormBind";
5
import { SmartSeo } from "./SmartSeo";
6
7
export const Extension = () => {
8
- return <>{/* Your code here. */}
+ return <>
9
<DecorateContentEntryForm />
10
<ContentEntryEditorConfig>
11
<SmartSeo />
0 commit comments