Update SDDS text props to use markup format as needed

Created on 27 August 2024, 4 months ago

Problem/Motivation

Given this:

πŸ“Œ [later phase] `StringSemanticsConstraint::MARKUP`: agree how SDC prop JSON schema can convey it should be markup, and allow using CKEditor 5 Needs review

we need to specify which props allow using the WYSIWYG editor.

Steps to reproduce

Proposed resolution

Go through all string props and add format: markup as needed.

Example:

    heading:
      title: Heading
      type: string
      format: markup
      enum:
        - <em>
        - <strong>
      examples:
        - The future of <em>something</em>

Remaining tasks

  • Add format: markup
  • Create MR
  • Review and test

User interface changes

In XB, users will be able to use the WYSIWYG when editing these props.

API changes

Data model changes

πŸ“Œ Task
Status

Postponed: needs info

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024