Jump to content

Custom Markup Component: Difference between revisions

From Swarthmore Knowledge Base
Kwhiteb1 (talk | contribs)
No edit summary
Kwhiteb1 (talk | contribs)
No edit summary
 
Line 1: Line 1:
← [[Drupal Home|Return to the Drupal 10 User Guide]]
{{DrupalBack}}
 
The '''''Custom Markup''''' component is a relatively simple component type designed to add custom HTML markup to your page. In its simplest form, this will generate a basic block with some text and a call to action link, if the field is filled in. This component might be helpful if you want to add a simple block of text between other panes on your page.
The '''''Custom Markup''''' component is a relatively simple component type designed to add custom HTML markup to your page. In its simplest form, this will generate a basic block with some text and a call to action link, if the field is filled in. This component might be helpful if you want to add a simple block of text between other panes on your page.


Line 7: Line 6:


[[Category:Drupal]]
[[Category:Drupal]]
<!-- Imported from Confluence page id=20513079 (https://swatkb.atlassian.net/wiki/spaces/DRUP/pages/20513079/Custom+Markup+Component) -->

Latest revision as of 13:55, 10 July 2026

The Custom Markup component is a relatively simple component type designed to add custom HTML markup to your page. In its simplest form, this will generate a basic block with some text and a call to action link, if the field is filled in. This component might be helpful if you want to add a simple block of text between other panes on your page.

In its most complex form, the Custom Markup component can be used to generate valid HTML elements. This is done by clicking the Source button on the Abstract field's editor panel. Since this can result in a number of unintended side effects, we recommend getting in touch with ITS (support@swarthmore.edu) if you are interested in using the Custom Markup component to create truly custom HTML markup.