Skip to content

Conversation

@caio-pizzol
Copy link
Contributor

This commit introduces a new 'mode' property to the TemplateField interface, allowing fields to be categorized as either 'inline' or 'block'. Updates to the FieldMenu and FieldList components enable users to select the mode when creating fields, improving the overall flexibility and usability of the template builder. Additionally, the App component's styling import has been corrected for consistency.

This commit introduces a new 'mode' property to the TemplateField interface, allowing fields to be categorized as either 'inline' or 'block'. Updates to the FieldMenu and FieldList components enable users to select the mode when creating fields, improving the overall flexibility and usability of the template builder. Additionally, the App component's styling import has been corrected for consistency.
@linear
Copy link

linear bot commented Nov 13, 2025

SD-884 Add std field inline or block option

Summary

Add ability to select between inline structure content field and block structure content field when creating new fields.

Tasks

  • Implement selection mechanism for inline vs block structure content fields
  • Add radio buttons to "Create new field" form
  • Display field type badges in field list sidebar

Notes

  • Radio button selection in create field form (defaults to inline)
  • Field list sidebar shows small badge indicating type (blue for block, gray for inline)
  • Mode extracted from node type and stored in field metadata

@caio-pizzol
Copy link
Contributor Author

@codex

@chatgpt-codex-connector
Copy link

Summary

Testing

  • ⚠️ pnpm lint (completes with existing warnings about any usage and hook dependencies)

View task →

@caio-pizzol caio-pizzol merged commit d46ab5d into main Nov 13, 2025
1 check passed
@caio-pizzol caio-pizzol deleted the caio/sd-884-add-std-field-inline-or-block-option branch November 13, 2025 22:32
@superdoc-bot
Copy link

superdoc-bot bot commented Nov 13, 2025

🎉 This PR is included in version 0.2.0-next.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

superdoc-bot bot pushed a commit that referenced this pull request Nov 13, 2025
# [0.2.0](v0.1.0...v0.2.0) (2025-11-13)

### Bug Fixes

* force pre-release ([f752754](f752754))
* improve cleanup logic ([#11](#11)) ([01f0bf9](01f0bf9))
* update field ID type and improve field handling ([#14](#14)) ([e0e6d31](e0e6d31))
* update field IDs and categories in README and App component ([61a473d](61a473d))

### Features

* add import functionality for .docx files in the template builder ([#15](#15)) ([42faccc](42faccc))
* enhance exportTemplate functionality with configurable options ([#17](#17)) ([7e2a03d](7e2a03d))
* enhance field handling with mode support in template builder ([#16](#16)) ([d46ab5d](d46ab5d))
* implement viewport clamping for menu positioning in SuperDocTemplateBuilder ([#10](#10)) ([09e82ee](09e82ee))
@superdoc-bot
Copy link

superdoc-bot bot commented Nov 13, 2025

🎉 This PR is included in version 0.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants