Frontmatter
| id | 8299 |
| title | [Neural Link] Fix missing align config in component.Base.toJSON |
| state | Closed |
| labels | bugaiarchitecture |
| assignees | tobiu |
| createdAt | Jan 3, 2026, 8:23 PM |
| updatedAt | Jan 3, 2026, 8:25 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8299 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 8200 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 3, 2026, 8:25 PM |
Objective: The
alignconfig was missed in the initial implementation oftoJSONforNeo.component.Base(Issue #8225). This needs to be added to ensure proper serialization of positioning configurations.Scope:
src/component/Base.mjstoJSONmethod to includealign: me.alignContext: This was identified while working on
form.field.trigger.Basewhich also usesalign.