Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Composable editor plugin issue

Ladislav Szalai
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 22, 2024

have somebody managed to get working composable editor from atlaskit with list plugin? I went through migration proces to the latest version(198.6.11) with code below. List plugin does not work

 

const { preset } = usePreset(() =>
createDefaultPreset({
placeholder: { placeholder: "Add a description…" },
codeBlock: { allowCopyToClipboard: false, useLongPressSelection: false },
quickInsert: undefined,
featureFlags: {
placeholderBracketHint: true,
},
})
.add(alignmentPlugin)
.add(statusPlugin)
.add([expandPlugin, { allowInsertion: true, allowInteractiveExpand: true }])
.add(breakoutPlugin)
.add(textColorPlugin)
.add(insertBlockPlugin)
.add(listPlugin)
);


<ComposableEditor
appearance="full-page"
preset={preset}
defaultValue={description}
onChange={handleDescriptionChange}
allowUndoRedoButtons
/>

Screenshot 2024-10-22 at 10.55.58.pngam I doing something wrong?

Thanks 

1 answer

0 votes
Tuncay Senturk
Community Champion
October 24, 2024

Hi @Ladislav Szalai 

I trust the Atlassian Developer Community is a better place for this question where you may find more responses.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events