services:
  builderius_starter.starter.standard_settings:
    class: Builderius\Bundle\StarterBundle\Model\BuilderiusStarter
    factory: ['@builderius_starter.starter.factory.local', createStarter]
    arguments:
      - name: standard_settings
        title: Standard Settings
        thumbnailUrl: starters/standard/thumbnail.png
        releaseUrl: starters/standard/release.zip
        description: Includes minimal styles by Builderius CSS Framework
        modalContent: >
          <p>This action sets up a starter framework for WordPress development,
          <strong>including templates</strong> for the homepage, post archives,
          <strong>header, and footer components</strong> and more. These items
          serve as blank canvases for your designs.</p>
          <p>The <strong>Builderius CSS Framework</strong> is also included,
          providing CSS variables and common selectors to streamline styling
          and create a visually appealing starting point for customization.</p>
          <p><span class="alert">⚠</span> <strong>Please save all previous work as a Release before proceeding.</strong></p>
        publishable: true
    tags:
      - {name: builderius_starter}

  builderius_starter.starter.minimal_settings:
    class: Builderius\Bundle\StarterBundle\Model\BuilderiusStarter
    factory: ['@builderius_starter.starter.factory.local', createStarter]
    arguments:
      - name: minimal_settings
        title: Minimal Settings
        thumbnailUrl: starters/minimal/thumbnail.png
        releaseUrl: starters/minimal/release.zip
        description: For other CSS frameworks, or with custom CSS only
        modalContent: >
          <p>For a truly minimalist setup, this option includes no templates,
          boilerplate structure, or default styling — only the styles you define.
          Ideal for using an alternative CSS framework or creating a completely custom CSS.</p>
          <p><span class="alert">⚠</span> <strong>Please save all previous work as a Release before proceeding.</strong></p>
        publishable: false
    tags:
      - {name: builderius_starter}

  builderius_starter.starter.architecture_studio:
    class: Builderius\Bundle\StarterBundle\Model\BuilderiusStarter
    factory: ['@builderius_starter.starter.factory.local', createStarter]
    arguments:
      - name: architecture_studio
        title: Architecture Studio
        thumbnailUrl: starters/architecture/thumbnail.png
        releaseUrl: starters/architecture/release.zip
        description: "Imports a full website design. Explore, test, and customize — no need to start from scratch. Theme by: Israel Reyes"
        modalContent: >
          <p>This full website design is a great way to explore Builderius features.
          It was created by <strong>Israel Reyes</strong>, a Builderius expert.</p>
          <p>It provides a modern and elegant full-site experience, similar to a traditional
          WordPress theme. Fully flexible and configurable, it leverages Builderius features
          and styling powered by the <strong>Builderius CSS Framework</strong>.</p>
          <p><span class="alert">⚠</span> <strong>Warning:</strong> This import includes
          demo content that may overwrite existing content. We do <strong>NOT recommend</strong>
          importing it into a site with existing content.</p>
          <p>Please create a <strong>full site backup</strong> if this site contains content
          you need to preserve.</p>
          <p>Do you wish to proceed?</p>
        publishable: true
    tags:
      - {name: builderius_starter}
