Replies: 2 comments
-
|   Link,
  Experimental: createTagWithoutReference('Experimental', 'experimental'),
  ImageSet,
  Recommended,
  RecommendedTitle: createTagWithoutReference(
    'RecommendedTitle',
    'recommended-title'
  ),
  Paragraph: createTagWithoutReference('Paragraph', 'p'),
  UnorderedList: createTagWithoutReference('UnorderedList', 'ul'),
  OrderedList: createTagWithoutReference('OrderedList', 'ol'),
  ListItem: createTagWithoutReference('ListItem', 'li'),
  Layout: createTagWithoutReference('Layout', '.n-content-layout, .layout'),
  LayoutContainer: createTagWithoutReference(
    'LayoutContainer',
    '.n-content-layout__container, .layout-container'
  ),
  LayoutSlot: createTagWithoutReference(
    'LayoutSlot',
    '.n-content-layout__slot, .layout-slot'
  ),
  LayoutImage,
  PullQuote,
  PullQuoteText: createTagWithoutReference('PullQuoteText', 'pull-quote-text'),
  PullQuoteSource: createTagWithoutReference(
    'PullQuoteText',
    'pull-quote-source'
  ),
  Blockquote: createTagWithoutReference('Blockquote', 'blockquote'),
  Tweet,
  LineBreak: createTagWithoutReference('LineBreak', 'br'),
  HorizontalRule: createTagWithoutReference('HorizontalRule', 'hr'),
  Emphasis: createTagWithoutReference('Emphasis', 'em'),
  Strong: createTagWithoutReference('Strong', 'strong'),
  Strikethrough: createTagWithoutReference('Strikethrough', 's'),
  Flourish,this is the list of tags so far. we'll also want  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| @chee you can use the following APIs to fetch the current internal and non-internal XSD schemas: 
 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
e.g.
<experimental>tag. Things that are currently being published inside that tag should have definitions.Beta Was this translation helpful? Give feedback.
All reactions