This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
location ~ /\. { | |
deny all; | |
access_log off; | |
log_not_found off; | |
} | |
location = /favicon.ico { | |
log_not_found off; | |
access_log off; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: | |
type: Neos\Media\Domain\Model\ImageInterface | |
ui: | |
label: 'Neos.NodeTypes.BaseMixins:NodeTypes.ImageMixin:properties.image' | |
reloadIfChanged: true | |
inspector: | |
group: content |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checkbox: | |
type: boolean | |
defaultValue: false | |
ui: | |
label: i18n | |
reloadIfChanged: true | |
inspector: | |
group: content | |
editor: 'Neos.Neos/Inspector/Editors/BooleanEditor' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
text: | |
type: string | |
ui: | |
label: i18n | |
reloadIfChanged: true | |
inspector: | |
group: 'document' | |
position: 10000 | |
editor: 'Neos.Neos/Inspector/Editors/TextAreaEditor' | |
editorOptions: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description: | |
type: string | |
ui: | |
label: i18n | |
inspector: | |
editor: 'Neos.Neos/Inspector/Editors/TextAreaEditor' | |
editorOptions: | |
placeholder: 'A short description of the article. max. 120 chars' | |
group: content |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: | |
type: 'Neos\Media\Domain\Model\ImageInterface' | |
ui: | |
label: i18n | |
reloadIfChanged: true | |
inspector: | |
group: content |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
link: | |
type: string | |
ui: | |
label: 'Neos.NodeTypes.BaseMixins:NodeTypes.LinkMixin:properties.link' | |
reloadIfChanged: true | |
inspector: | |
editor: 'Neos.Neos/Inspector/Editors/LinkEditor' | |
group: content |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
text: | |
type: string | |
ui: | |
inlineEditable: true | |
inline: | |
editorOptions: | |
placeholder: '<p>Bavaria ipsum dolor sit amet mehra in da Heimatland. Oba liberalitas Bavariae a, Maßkruag? Schneid glei dahoam schoo oamoi g.</p>' | |
autoparagraph: true | |
linking: | |
anchor: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
layout: | |
type: string | |
ui: | |
label: i18n | |
reloadIfChanged: true | |
inspector: | |
group: content | |
editor: 'Neos.Neos/Inspector/Editors/SelectBoxEditor' | |
editorOptions: | |
placeholder: i18n |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prototype(BeardCoder.Creativeworkspace:Component.Atom.Image) < prototype(PackageFactory.AtomicFusion:Component) { | |
@styleguide { | |
props { | |
src = 'https://dummyimage.com/600x400/000/fff' | |
title = 'image title' | |
alt = 'image alt' | |
} | |
} | |
alt = '' |