Anselm Christophersen
Anselm Christophersen
As we discussed on [Gitter today](https://gitter.im/silvershop/silvershop-core?at=57eb951935e0f31c6c4c4ac9), currency formatting could take some review, maybe changing to a template based approach or [NumberFormatter](http://php.net/manual/en/class.numberformatter.php). For now I've implemented a simple way for implementing...
I'm considering to use this module on a new project to completely replace the content area, as I feel it get's more and more obsolete the more sophisticated blocks are...
I ran into 2 issues when styling the under construction page: - I couldn't find a way for setting up a separate template - All requirements would be loaded Thus...
I'm using this as part of reviewing the structure for the `shop` module, so I'm wanting this url to create a diagram of only the shop module: `/Silvergraph/png?location=shop`. It does...
I think it would be beneficial if certain class attributes could be hidden from a table. See `Member` here, if we could hide all the hash items etc. that would...
Just an idea: I think it would be great if you could define `package` and `subpackage` on components and pages in your `project.yml` file. The idea is for Silversmith then...
Example: We're having the following inside of our scripts in `package.json` (I've removed all unnecessary clutter): ```json "scripts": { "test": "concurrently \"sh ./scripts/development/client.sh\" --names \"CLIENT\" -c \"blue.bold\" --prefix name --kill-others"...
I've started using the "Default assets". I love the concept, though it seems images that are placed in a directory are not properly picked up by the CMS. It takes...