Allow component blocks inside block child fields #3666
tests_ci.yml
on: pull_request
Linting
57s
TypeScript
1m 41s
Package Unit Tests (Jest)
1m 32s
Package Unit Tests (Vitest)
1m 35s
Field CRUD Tests PostgreSQL
1m 58s
Field CRUD Tests SQLite
1m 4s
Field CRUD Tests MySQL
1m 9s
Testing example project
40s
Ensure Next in App directory builds
1m 14s
Matrix: Integration tests for Admin UI
Matrix: Smoke Tests For Examples
Matrix: API Tests MySQL
Matrix: API Tests PostgreSQL
Matrix: API Tests SQLite
Annotations
4 errors
|
Linting:
packages/fields-document/src/DocumentEditor/toolbar-state-shared.ts#L82
Type 'DocumentFeaturesForChildField | { kind: "block"; inlineMarks: "inherit"; documentFeatures: { dividers: true; formatting: { alignment: { center: true; end: true; }; blockTypes: { ...; }; headingLevels: (1 | ... 4 more ... | 6)[]; listTypes: { ...; }; }; layouts: [...][]; links: true; relationships: true; }; softBreak...' is not assignable to type 'DocumentFeaturesForChildField'.
|
|
Linting
Process completed with exit code 2.
|
|
TypeScript:
packages/fields-document/src/DocumentEditor/toolbar-state-shared.ts#L82
Type 'DocumentFeaturesForChildField | { kind: "block"; inlineMarks: "inherit"; documentFeatures: { dividers: true; formatting: { alignment: { center: true; end: true; }; blockTypes: { ...; }; headingLevels: (1 | ... 4 more ... | 6)[]; listTypes: { ...; }; }; layouts: [...][]; links: true; relationships: true; }; softBreak...' is not assignable to type 'DocumentFeaturesForChildField'.
|
|
TypeScript
Process completed with exit code 2.
|