mpaiva / nolatin-plugin

1 stars 0 forks source link

chore: Add new content types to dropdown options #4

Closed mpaiva closed 3 months ago

mpaiva commented 3 months ago

@gursewak-sohi - I Added all content types in the ContentView.tsx and commented the skeleton for the future components.

          { label: 'Sub-section', value: 'SubSection' },
          { label: 'Heading text', value: 'HeadingText' },
          { label: 'Heading link', value: 'HeadingLink' },
          { label: 'Text paragraph', value: 'TextParagraph' },
          { label: 'Text link', value: 'TextLink' },
          { label: 'Input Text', value: 'InputText' },
          { label: 'Input Select', value: 'InputSelect' },
          { label: 'Button', value: 'Button' },
          { label: 'Image', value: 'Image' },
          { label: 'Bullet list of text', value: 'BulletListText' },
          { label: 'Bullet list of links', value: 'BulletListLinks' },
          { label: 'Numbered list of text', value: 'NumberedListText' },
          { label: 'Numbered list of links', value: 'NumberedListLinks' },
          { label: 'Input Single Select List', value: 'InputRadioButtonList' },
          { label: 'Input Multi Select List', value: 'InputCheckboxList' },
          { label: 'Table', value: 'Table' },
          { label: 'Responsive table', value: 'ListGroup' },