maglevhq / maglev-core

Ruby on Rails website builder
https://www.maglev.dev
MIT License
273 stars 47 forks source link

Create versions of predefined pages in other locales #56

Closed did closed 1 year ago

did commented 1 year ago
pages:
- title: 
    en: "Home page"
    fr: "Page d'accueil"
  path: "index"
  sections:
    en:
    - type: "jumbotron"
      settings:
        title: "Let's create the product<br/>your clients<br/>will love."
        body: "<p>NoCoffee, passionated developers,<br/>creators of web applications, mobiles apps and<br/>fancy R&D projects.</p>"
       blocks: []
    - type: "showcase"
      settings: 
        title: "Our projects"
      blocks: []  
    fr: []