File '.yml' could not be saved: not valid YAML.
Files: /bolt/theme/default
Path: / bolt / theme / default
After this not a list of templates...
And when I want to edit the configuration, I have to edit some file. Are there no options like in PivotX?
File '.yml' could not be saved: not valid YAML.
Files: /bolt/theme/default
Path: / bolt / theme / default
After this not a list of templates...
Let me guess, you've renamed the folder theme/default to another name, but you've not yet changed the name of the theme in app/config/config.yml:
theme: default
About your second question: Currently all configuration goes through the yaml files. My reasoning for this is: If you're comfortable editing HTML and CSS by hand, you probably won't have any problems editing a config file. Is this something that bothers you? Or is it just something you were wondering, because it's different?
Anyhow, this might change in the near future. If people find the yml files annoying, we will make 'settings screens', like we had in PivotX.
gwbonline wrote:No, I did nothing...
I am indeed comfortable editing css and html files by hand, but I like being able to work with settings screens when it is related to the cms. It's easier, faster and a nice welcome after editing a lot of code. It also fits Bolt, as a 'simple' cms (for people without much knowledge about setting up website and want to setup a website).
<li><a href="{{ path('files', { 'path': paths.theme }) }}"><i class="icon-hdd"></i>View / edit Templates</a></li>
<li><a href="{{ path('files', { 'path': 'theme' }) }}"><i class="icon-hdd"></i>View / edit Templates</a></li>
We'll need to fix the {{ paths }} array properly, though. It _should_ give the correct paths, even in setups with userdirs.
Users browsing this forum: No registered users and 3 guests