issues
search
amitaibu
/
ihp-cms-starter
5
stars
2
forks
source link
Add Hero image Paragraph [4h]
#46
Open
amitaibu
opened
3 months ago
amitaibu
commented
3 months ago
Reference from CTA:
Similar to Drupal's Paragraph type -
https://github.com/amitaibu/ihp-cms-starter/blob/738892c31083a249603921ce8f72aa1a12f76c7f/Application/Schema.sql#L33-L40
Define the type of the
Render
-
https://github.com/amitaibu/ihp-cms-starter/blob/738892c31083a249603921ce8f72aa1a12f76c7f/Web/Element/Types.hs#L51-L55
Similar to Drupal's Trait -
https://github.com/amitaibu/ihp-cms-starter/blob/738892c31083a249603921ce8f72aa1a12f76c7f/Web/Element/Cta.hs
Add to the
/StyleGuide
page -
https://github.com/amitaibu/ihp-cms-starter/blob/738892c31083a249603921ce8f72aa1a12f76c7f/Web/View/StyleGuide/Index.hs#L47-L56
Like Drupal's PEVB, handover dynamic data to the trait -
https://github.com/amitaibu/ihp-cms-starter/blob/738892c31083a249603921ce8f72aa1a12f76c7f/Web/View/LandingPages/Show.hs#L67-L78
Reference from CTA:
Render
- https://github.com/amitaibu/ihp-cms-starter/blob/738892c31083a249603921ce8f72aa1a12f76c7f/Web/Element/Types.hs#L51-L55/StyleGuide
page - https://github.com/amitaibu/ihp-cms-starter/blob/738892c31083a249603921ce8f72aa1a12f76c7f/Web/View/StyleGuide/Index.hs#L47-L56