Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to hide the caption #26

Open
literakl opened this issue Sep 13, 2020 · 3 comments
Open

Add an option to hide the caption #26

literakl opened this issue Sep 13, 2020 · 3 comments

Comments

@literakl
Copy link

I prefer to have quote tool without the caption as it consumes too much space. Would you add a configuration option to hide it?

Btw is this correct that the empty caption is generated?

{
  "type": "quote",
  "data": {
    "text": "a",
    "caption": "",
    "alignment": "left"
  }
}
@PranaytheSingh
Copy link

+1 on this. Would really help to hide the caption.

@psociety
Copy link

May not be elegant, but it works:

.cdx-input.cdx-quote__caption, .cdx-input.image-tool__caption {
          display: none !important;
}

@seeren
Copy link

seeren commented Jul 28, 2024

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants