Skip to content

Inserting images into the text flow #243

Answered by i-just
paul-frost asked this question in Ideas
Discussion options

You must be logged in to vote

Hi, thanks for getting in touch. You can use various floating and wrapping options, but first, you need to add the necessary config to the “CKEditor Config” you’d like to use those in. By default, the “Insert image” toolbar item comes with the toggleImageCaption and imageTextAlternative options, but you can add various image styles and style options, too. Try adding the following to your selected CKEditor Config under “Config options”:

"image": {
    "toolbar": [
      "imageStyle:inline",
      "imageStyle:wrapText",
      "imageStyle:breakText",
      "|",
      "toggleImageCaption",
      "imageTextAlternative",
      "transformImage"
    ],
    "styles": {
      "options": [
        "…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@i-just
Comment options

i-just Jun 12, 2024
Collaborator

@paul-frost
Comment options

@paul-frost
Comment options

@i-just
Comment options

i-just Jun 13, 2024
Collaborator

@paul-frost
Comment options

Answer selected by paul-frost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants