79072400

Date: 2024-10-10 00:26:16
Score: 1.5
Natty:
Report link

Finally figured out the answer

blocks: [
            {
              __component: 'shared.rich-text', // Example component
              body: faker.lorem.paragraphs({ min: 5, max: 15 }),
            },
          ],

You can find the component name in src/api/article/content-types/article/schema.json

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Talv6