Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 24, 2020
1 parent fa099b5 commit 1d40e23
Show file tree
Hide file tree
Showing 11 changed files with 1,280 additions and 8 deletions.
4 changes: 3 additions & 1 deletion Css.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ class Css extends _P {
* https://github.com/magento/magento2/blob/2.2.0/lib/internal/Magento/Framework/View/Element/AbstractBlock.php#L643-L689
* @return string
*/
final protected function _toHtml() {return df_link_inline('VegAndTheCity_Core::custom.css');}
final protected function _toHtml() {return df_link_inline(sprintf(
'VegAndTheCity_Core::%s/custom.css', df_website_code()
));}
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ DELETE FROM core_config_data WHERE 'design/head/includes' = path;
#### 1.2
```posh
rm -f pub/media/custom.css
rm -f pub/media/custom-bio.css
```

### Step 2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vegandthecity/core"
,"version": "0.0.5"
,"version": "0.0.6"
,"description": "A custom module for vegandthecity.ch (Magento 2)"
,"type": "magento2-module"
,"homepage": "https://github.com/vegandthecity/core"
Expand Down
Loading

0 comments on commit 1d40e23

Please sign in to comment.