en: alchemy: # Translations for page layout names page_layout_names: index: Homepage # Translations for element names element_names: article: Article # Translations for content names content_names: headline: Headline text: Text picture: Picture # Default texts for new contents created default_content_texts: article_headline: "Welcome to your first Alchemy CMS page" article_text: '

How to get started.

First of all you should read about Alchemy and its architecture in the guidelines.

The most important things to know about Alchemy are elements and page layouts.

Elements:

With Alchemy you can split pages into content parts, elements. These elements can be defined out of several base content types: essences. The basic essences are:

Elements get defined in a YAML file config/alchemy/elements.yml

Read more about elements and how to define them in the guidelines.

Page types:

You can define several types of pages, called page layouts. You can assign elements to page layouts and control how elements and the page of a certain layout behave.

Page layouts get defined in a YAML file config/alchemy/page_layouts.yml

Read more about defining page layouts in the guidelines.

' # Hint texts for elements element_hints: article: "This is a hint text for the article element. You can change this text in `config/locales/alchemy.en.yml`. Feel free to change it as you like, it's yours." # Hint texts for contents content_hints: headline: "This is a single line of unformatable Text" picture: "Pictures are stored in the library. You can assign a picture multiple times throughout your site. Alchemy has an image cropper build right in." text: "This is a rich text block powered by TinyMCE editor. You can change the configuration of the editor. See http://guides.alchemy-cms.com/edge/customize_tinymce.html"