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:

  1. Similar to Drupal's Paragraph type - https://github.com/amitaibu/ihp-cms-starter/blob/738892c31083a249603921ce8f72aa1a12f76c7f/Application/Schema.sql#L33-L40
  2. Define the type of the Render - https://github.com/amitaibu/ihp-cms-starter/blob/738892c31083a249603921ce8f72aa1a12f76c7f/Web/Element/Types.hs#L51-L55
  3. Similar to Drupal's Trait - https://github.com/amitaibu/ihp-cms-starter/blob/738892c31083a249603921ce8f72aa1a12f76c7f/Web/Element/Cta.hs
  4. Add to the /StyleGuide page - https://github.com/amitaibu/ihp-cms-starter/blob/738892c31083a249603921ce8f72aa1a12f76c7f/Web/View/StyleGuide/Index.hs#L47-L56
  5. 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