CloudCannon Configuration (Editables)
Supporting configuration file for CloudCannon containing Editables definitions
| Type | type._editables |
|---|---|
| File match |
cloudcannon.editables.yml
cloudcannon.editables.yaml
cloudcannon.editables.json
*.cloudcannon.editables.yml
*.cloudcannon.editables.yaml
*.cloudcannon.editables.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/cloudcannon-configuration-editables/latest.json |
| Source | https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-editables.schema.json |
Validate with Lintel
npx @lintel/lintel check
Definitions
Contains input options for the Content Editor.
Sets the format images are converted to prior to upload. The extension of the file is updated to match. Defaults to keeping the mime type of the uploaded file.
Sets how uploaded image files are resized with a bounding box defined by width and height prior to upload. Has no effect when selecting existing images, or if width and height are unset.
Defines the width of the bounding box used in the image resizing process defined with resize_style.
Defines the height of the bounding box used in the image resizing process defined with resize_style.
Controls whether or not images can be upscaled to fit the bounding box during resize prior to upload. Has no effect if files are not resized.
Instructs the editor to save width and height attributes on the image elements. This can prevent pop-in as a page loads.
If you have one or more DAMs connected to your site, you can use this key to list which asset sources can be uploaded to and selected from.
Enable to skip the image resizing process configured for this input when selecting existing images.
Definitions for creating additional images of different sizes when uploading or selecting existing files.
Enables a control to set selected text to bold.
Enables a control to copy formatting from text to other text. Only applies to formatting from bold, italic, underline, strike, subscript, and superscript. Does not copy other styles or formatting.
Enables a control to italicize selected text.
Enables a control to create hyperlinks around selected text.
Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts.
Enables the control to remove formatting from text. Applies to formatting from bold, italic, underline, strike, subscript, and superscript. Does not remove other styles or formatting.
Enables a control to strike selected text.
Enables a control to set selected text to subscript.
Enables a control to set selected text to superscript.
Enables a control to underline selected text.
Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts.
Defines if the content should be stripped of "custom markup". It is recommended to have this option turned on once you have all of your rich text options configured. Having allow_custom_markup turned on disables this option. Defaults to false.
Defines if the content can contain "custom markup". It is not recommended to have this option turned on. Defaults to true for non-content editable regions, false otherwise.
Enables a control to wrap blocks of text in block quotes.
Enables a control to insert an unordered list, or to convert selected blocks of text into a unordered list.
Enables a control to center align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to create an inline code element, containing any selected text.
Enables a control to insert a code block.
Enables both block and inline code controls: code_block and code_inline.
Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other media. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags. Embeds containing script tags are not loaded in the editor.
Enables a drop down menu for structured text. Has options for "p", "h1", "h2", "h3", "h4", "h5", "h6". Set as space separated options (e.g. "p h1 h2").
Enables a control to insert a horizontal rule.
Enables a control to insert an image. The image can be uploaded, existing or an external link.
Enables a control to increase indentation for numbered and unordered lists.
Enables a control to justify text by toggling a class name for a block of text. The value is the class name the editor should add to justify the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to left align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to insert a numbered list, or to convert selected blocks of text into a numbered list.
Enables a control to reduce indentation for numbered and unordered lists.
Enables a control to right align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to insert snippets, if any are available.
Enables a drop down menu for editors to style selected text or blocks or text. Styles are the combination of an element and class name. The value for this option is the path (either source or build output) to the CSS file containing the styles.
Enables a control to insert a table. Further options for table cells are available in the context menu for cells within the editor.
Enables a control to join the selected block with the block above it.
Enables a control to join the selected block with the block below it.
Sets the format images are converted to prior to upload. The extension of the file is updated to match. Defaults to keeping the mime type of the uploaded file.
Sets how uploaded image files are resized with a bounding box defined by width and height prior to upload. Has no effect when selecting existing images, or if width and height are unset.
Defines the width of the bounding box used in the image resizing process defined with resize_style.
Defines the height of the bounding box used in the image resizing process defined with resize_style.
Controls whether or not images can be upscaled to fit the bounding box during resize prior to upload. Has no effect if files are not resized.
Instructs the editor to save width and height attributes on the image elements. This can prevent pop-in as a page loads.
If you have one or more DAMs connected to your site, you can use this key to list which asset sources can be uploaded to and selected from.
Enable to skip the image resizing process configured for this input when selecting existing images.
Definitions for creating additional images of different sizes when uploading or selecting existing files.
Enables a control to set selected text to bold.
Enables a control to copy formatting from text to other text. Only applies to formatting from bold, italic, underline, strike, subscript, and superscript. Does not copy other styles or formatting.
Enables a control to italicize selected text.
Enables a control to create hyperlinks around selected text.
Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts.
Enables the control to remove formatting from text. Applies to formatting from bold, italic, underline, strike, subscript, and superscript. Does not remove other styles or formatting.
Enables a control to strike selected text.
Enables a control to set selected text to subscript.
Enables a control to set selected text to superscript.
Enables a control to underline selected text.
Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts.
Defines if the content should be stripped of "custom markup". It is recommended to have this option turned on once you have all of your rich text options configured. Having allow_custom_markup turned on disables this option. Defaults to false.
Defines if the content can contain "custom markup". It is not recommended to have this option turned on. Defaults to true for non-content editable regions, false otherwise.
Enables a control to wrap blocks of text in block quotes.
Enables a control to insert an unordered list, or to convert selected blocks of text into a unordered list.
Enables a control to center align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to create an inline code element, containing any selected text.
Enables a control to insert a code block.
Enables both block and inline code controls: code_block and code_inline.
Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other media. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags. Embeds containing script tags are not loaded in the editor.
Enables a drop down menu for structured text. Has options for "p", "h1", "h2", "h3", "h4", "h5", "h6". Set as space separated options (e.g. "p h1 h2").
Enables a control to insert a horizontal rule.
Enables a control to insert an image. The image can be uploaded, existing or an external link.
Enables a control to increase indentation for numbered and unordered lists.
Enables a control to justify text by toggling a class name for a block of text. The value is the class name the editor should add to justify the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to left align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to insert a numbered list, or to convert selected blocks of text into a numbered list.
Enables a control to reduce indentation for numbered and unordered lists.
Enables a control to right align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to insert snippets, if any are available.
Enables a drop down menu for editors to style selected text or blocks or text. Styles are the combination of an element and class name. The value for this option is the path (either source or build output) to the CSS file containing the styles.
Enables a control to insert a table. Further options for table cells are available in the context menu for cells within the editor.
Enables a control to join the selected block with the block above it.
Enables a control to join the selected block with the block below it.
Contains input options for block Editable Regions.
Sets the format images are converted to prior to upload. The extension of the file is updated to match. Defaults to keeping the mime type of the uploaded file.
Sets how uploaded image files are resized with a bounding box defined by width and height prior to upload. Has no effect when selecting existing images, or if width and height are unset.
Defines the width of the bounding box used in the image resizing process defined with resize_style.
Defines the height of the bounding box used in the image resizing process defined with resize_style.
Controls whether or not images can be upscaled to fit the bounding box during resize prior to upload. Has no effect if files are not resized.
Instructs the editor to save width and height attributes on the image elements. This can prevent pop-in as a page loads.
If you have one or more DAMs connected to your site, you can use this key to list which asset sources can be uploaded to and selected from.
Enable to skip the image resizing process configured for this input when selecting existing images.
Definitions for creating additional images of different sizes when uploading or selecting existing files.
Enables a control to set selected text to bold.
Enables a control to copy formatting from text to other text. Only applies to formatting from bold, italic, underline, strike, subscript, and superscript. Does not copy other styles or formatting.
Enables a control to italicize selected text.
Enables a control to create hyperlinks around selected text.
Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts.
Enables the control to remove formatting from text. Applies to formatting from bold, italic, underline, strike, subscript, and superscript. Does not remove other styles or formatting.
Enables a control to strike selected text.
Enables a control to set selected text to subscript.
Enables a control to set selected text to superscript.
Enables a control to underline selected text.
Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts.
Defines if the content should be stripped of "custom markup". It is recommended to have this option turned on once you have all of your rich text options configured. Having allow_custom_markup turned on disables this option. Defaults to false.
Defines if the content can contain "custom markup". It is not recommended to have this option turned on. Defaults to true for non-content editable regions, false otherwise.
Enables a control to wrap blocks of text in block quotes.
Enables a control to insert an unordered list, or to convert selected blocks of text into a unordered list.
Enables a control to center align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to create an inline code element, containing any selected text.
Enables a control to insert a code block.
Enables both block and inline code controls: code_block and code_inline.
Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other media. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags. Embeds containing script tags are not loaded in the editor.
Enables a drop down menu for structured text. Has options for "p", "h1", "h2", "h3", "h4", "h5", "h6". Set as space separated options (e.g. "p h1 h2").
Enables a control to insert a horizontal rule.
Enables a control to insert an image. The image can be uploaded, existing or an external link.
Enables a control to increase indentation for numbered and unordered lists.
Enables a control to justify text by toggling a class name for a block of text. The value is the class name the editor should add to justify the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to left align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to insert a numbered list, or to convert selected blocks of text into a numbered list.
Enables a control to reduce indentation for numbered and unordered lists.
Enables a control to right align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to insert snippets, if any are available.
Enables a drop down menu for editors to style selected text or blocks or text. Styles are the combination of an element and class name. The value for this option is the path (either source or build output) to the CSS file containing the styles.
Enables a control to insert a table. Further options for table cells are available in the context menu for cells within the editor.
Enables a control to join the selected block with the block above it.
Enables a control to join the selected block with the block below it.
Contains input options for link Editable Regions.
Contains input options for image Editable Regions.
Sets the format images are converted to prior to upload. The extension of the file is updated to match. Defaults to keeping the mime type of the uploaded file.
Sets how uploaded image files are resized with a bounding box defined by width and height prior to upload. Has no effect when selecting existing images, or if width and height are unset.
Defines the width of the bounding box used in the image resizing process defined with resize_style.
Defines the height of the bounding box used in the image resizing process defined with resize_style.
Controls whether or not images can be upscaled to fit the bounding box during resize prior to upload. Has no effect if files are not resized.
Instructs the editor to save width and height attributes on the image elements. This can prevent pop-in as a page loads.
If you have one or more DAMs connected to your site, you can use this key to list which asset sources can be uploaded to and selected from.
Enable to skip the image resizing process configured for this input when selecting existing images.
Definitions for creating additional images of different sizes when uploading or selecting existing files.
Contains input options for text Editable Regions.
Enables a control to set selected text to bold.
Enables a control to copy formatting from text to other text. Only applies to formatting from bold, italic, underline, strike, subscript, and superscript. Does not copy other styles or formatting.
Enables a control to italicize selected text.
Enables a control to create hyperlinks around selected text.
Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts.
Enables the control to remove formatting from text. Applies to formatting from bold, italic, underline, strike, subscript, and superscript. Does not remove other styles or formatting.
Enables a control to strike selected text.
Enables a control to set selected text to subscript.
Enables a control to set selected text to superscript.
Enables a control to underline selected text.
Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts.
Defines if the content should be stripped of "custom markup". It is recommended to have this option turned on once you have all of your rich text options configured. Having allow_custom_markup turned on disables this option. Defaults to false.
Defines if the content can contain "custom markup". It is not recommended to have this option turned on. Defaults to true for non-content editable regions, false otherwise.
Configuration for editable regions in the Visual Editor, including content, block, link, image, and text editing options.
Contains input options for the Content Editor.
44 nested properties
Sets the format images are converted to prior to upload. The extension of the file is updated to match. Defaults to keeping the mime type of the uploaded file.
Sets how uploaded image files are resized with a bounding box defined by width and height prior to upload. Has no effect when selecting existing images, or if width and height are unset.
Defines the width of the bounding box used in the image resizing process defined with resize_style.
Defines the height of the bounding box used in the image resizing process defined with resize_style.
Controls whether or not images can be upscaled to fit the bounding box during resize prior to upload. Has no effect if files are not resized.
Instructs the editor to save width and height attributes on the image elements. This can prevent pop-in as a page loads.
If you have one or more DAMs connected to your site, you can use this key to list which asset sources can be uploaded to and selected from.
Enable to skip the image resizing process configured for this input when selecting existing images.
Definitions for creating additional images of different sizes when uploading or selecting existing files.
Enables a control to set selected text to bold.
Enables a control to copy formatting from text to other text. Only applies to formatting from bold, italic, underline, strike, subscript, and superscript. Does not copy other styles or formatting.
Enables a control to italicize selected text.
Enables a control to create hyperlinks around selected text.
Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts.
Enables the control to remove formatting from text. Applies to formatting from bold, italic, underline, strike, subscript, and superscript. Does not remove other styles or formatting.
Enables a control to strike selected text.
Enables a control to set selected text to subscript.
Enables a control to set selected text to superscript.
Enables a control to underline selected text.
Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts.
Defines if the content should be stripped of "custom markup". It is recommended to have this option turned on once you have all of your rich text options configured. Having allow_custom_markup turned on disables this option. Defaults to false.
Defines if the content can contain "custom markup". It is not recommended to have this option turned on. Defaults to true for non-content editable regions, false otherwise.
Enables a control to wrap blocks of text in block quotes.
Enables a control to insert an unordered list, or to convert selected blocks of text into a unordered list.
Enables a control to center align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to create an inline code element, containing any selected text.
Enables a control to insert a code block.
Enables both block and inline code controls: code_block and code_inline.
Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other media. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags. Embeds containing script tags are not loaded in the editor.
Enables a drop down menu for structured text. Has options for "p", "h1", "h2", "h3", "h4", "h5", "h6". Set as space separated options (e.g. "p h1 h2").
Enables a control to insert a horizontal rule.
Enables a control to insert an image. The image can be uploaded, existing or an external link.
Enables a control to increase indentation for numbered and unordered lists.
Enables a control to justify text by toggling a class name for a block of text. The value is the class name the editor should add to justify the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to left align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to insert a numbered list, or to convert selected blocks of text into a numbered list.
Enables a control to reduce indentation for numbered and unordered lists.
Enables a control to right align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to insert snippets, if any are available.
Enables a drop down menu for editors to style selected text or blocks or text. Styles are the combination of an element and class name. The value for this option is the path (either source or build output) to the CSS file containing the styles.
Enables a control to insert a table. Further options for table cells are available in the context menu for cells within the editor.
Enables a control to join the selected block with the block above it.
Enables a control to join the selected block with the block below it.
Contains input options for block Editable Regions.
44 nested properties
Sets the format images are converted to prior to upload. The extension of the file is updated to match. Defaults to keeping the mime type of the uploaded file.
Sets how uploaded image files are resized with a bounding box defined by width and height prior to upload. Has no effect when selecting existing images, or if width and height are unset.
Defines the width of the bounding box used in the image resizing process defined with resize_style.
Defines the height of the bounding box used in the image resizing process defined with resize_style.
Controls whether or not images can be upscaled to fit the bounding box during resize prior to upload. Has no effect if files are not resized.
Instructs the editor to save width and height attributes on the image elements. This can prevent pop-in as a page loads.
If you have one or more DAMs connected to your site, you can use this key to list which asset sources can be uploaded to and selected from.
Enable to skip the image resizing process configured for this input when selecting existing images.
Definitions for creating additional images of different sizes when uploading or selecting existing files.
Enables a control to set selected text to bold.
Enables a control to copy formatting from text to other text. Only applies to formatting from bold, italic, underline, strike, subscript, and superscript. Does not copy other styles or formatting.
Enables a control to italicize selected text.
Enables a control to create hyperlinks around selected text.
Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts.
Enables the control to remove formatting from text. Applies to formatting from bold, italic, underline, strike, subscript, and superscript. Does not remove other styles or formatting.
Enables a control to strike selected text.
Enables a control to set selected text to subscript.
Enables a control to set selected text to superscript.
Enables a control to underline selected text.
Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts.
Defines if the content should be stripped of "custom markup". It is recommended to have this option turned on once you have all of your rich text options configured. Having allow_custom_markup turned on disables this option. Defaults to false.
Defines if the content can contain "custom markup". It is not recommended to have this option turned on. Defaults to true for non-content editable regions, false otherwise.
Enables a control to wrap blocks of text in block quotes.
Enables a control to insert an unordered list, or to convert selected blocks of text into a unordered list.
Enables a control to center align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to create an inline code element, containing any selected text.
Enables a control to insert a code block.
Enables both block and inline code controls: code_block and code_inline.
Enables a control to insert a region of raw HTML, including YouTube, Vimeo, Tweets, and other media. Embedded content is sanitized to mitigate XSS risks, which includes removing style tags. Embeds containing script tags are not loaded in the editor.
Enables a drop down menu for structured text. Has options for "p", "h1", "h2", "h3", "h4", "h5", "h6". Set as space separated options (e.g. "p h1 h2").
Enables a control to insert a horizontal rule.
Enables a control to insert an image. The image can be uploaded, existing or an external link.
Enables a control to increase indentation for numbered and unordered lists.
Enables a control to justify text by toggling a class name for a block of text. The value is the class name the editor should add to justify the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to left align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to insert a numbered list, or to convert selected blocks of text into a numbered list.
Enables a control to reduce indentation for numbered and unordered lists.
Enables a control to right align text by toggling a class name for a block of text. The value is the class name the editor should add to align the text. The styles for this class need to be listed in the styles file to take effect outside of the input.
Enables a control to insert snippets, if any are available.
Enables a drop down menu for editors to style selected text or blocks or text. Styles are the combination of an element and class name. The value for this option is the path (either source or build output) to the CSS file containing the styles.
Enables a control to insert a table. Further options for table cells are available in the context menu for cells within the editor.
Enables a control to join the selected block with the block above it.
Enables a control to join the selected block with the block below it.
Contains input options for link Editable Regions.
1 nested properties
Contains input options for image Editable Regions.
10 nested properties
Sets the format images are converted to prior to upload. The extension of the file is updated to match. Defaults to keeping the mime type of the uploaded file.
Sets how uploaded image files are resized with a bounding box defined by width and height prior to upload. Has no effect when selecting existing images, or if width and height are unset.
Defines the width of the bounding box used in the image resizing process defined with resize_style.
Defines the height of the bounding box used in the image resizing process defined with resize_style.
Controls whether or not images can be upscaled to fit the bounding box during resize prior to upload. Has no effect if files are not resized.
Instructs the editor to save width and height attributes on the image elements. This can prevent pop-in as a page loads.
If you have one or more DAMs connected to your site, you can use this key to list which asset sources can be uploaded to and selected from.
Enable to skip the image resizing process configured for this input when selecting existing images.
Definitions for creating additional images of different sizes when uploading or selecting existing files.
Contains input options for text Editable Regions.
14 nested properties
Enables a control to set selected text to bold.
Enables a control to copy formatting from text to other text. Only applies to formatting from bold, italic, underline, strike, subscript, and superscript. Does not copy other styles or formatting.
Enables a control to italicize selected text.
Enables a control to create hyperlinks around selected text.
Enables a control to redo recent edits undone with undo. Redo is always enabled through standard OS-specific keyboard shortcuts.
Enables the control to remove formatting from text. Applies to formatting from bold, italic, underline, strike, subscript, and superscript. Does not remove other styles or formatting.
Enables a control to strike selected text.
Enables a control to set selected text to subscript.
Enables a control to set selected text to superscript.
Enables a control to underline selected text.
Enables a control to undo recent edits. Undo is always enabled through standard OS-specific keyboard shortcuts.
Defines if the content should be stripped of "custom markup". It is recommended to have this option turned on once you have all of your rich text options configured. Having allow_custom_markup turned on disables this option. Defaults to false.
Defines if the content can contain "custom markup". It is not recommended to have this option turned on. Defaults to true for non-content editable regions, false otherwise.