- Magento 2 Theme Design(Second Edition)
- Fernando J Miguel Richard Carter
- 155字
- 2021-07-08 10:35:28
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Log in as $var
and enter the password you chose earlier with config
."
A block of code is set as follows:
<?php \Magento\Framework\Component\ComponentRegistrar::register( \Magento\Framework\Component\ComponentRegistrar::MODULE, 'Packt_SweetTweet', __DIR__ );
Any command-line input or output is written as follows:
packt@magento ~ $ grunt clean
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Spring Cloud Alibaba核心技術與實戰案例
- Python自動化運維快速入門
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- 深入實踐Spring Boot
- 精通Scrapy網絡爬蟲
- Nginx Essentials
- JS全書:JavaScript Web前端開發指南
- ASP.NET程序設計教程
- Internet of Things with ESP8266
- C語言程序設計習題與實驗指導
- 代替VBA!用Python輕松實現Excel編程
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- 一步一步跟我學Scratch3.0案例
- CodeIgniter Web Application Blueprints
- Tableau Dashboard Cookbook