- Magento 2 Development Cookbook
- Bart Delvaux
- 133字
- 2021-07-30 09:46:19
Conventions
In this book, you will find a number of text styles 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: "The widget.xml
file is used to define widgets in the Magento installation."
A block of code is set as follows:
<?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd"> <router id="standard"> <route id="helloworld" frontName="helloworld"> <module name="Packt_HelloWorld" /> </route> </router> </config>
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.
- DevOps:軟件架構師行動指南
- C# 7 and .NET Core Cookbook
- Java系統分析與架構設計
- PyTorch自動駕駛視覺感知算法實戰
- 技術領導力:程序員如何才能帶團隊
- Learning Firefox OS Application Development
- 精通Scrapy網絡爬蟲
- VMware虛擬化技術
- Test-Driven Development with Django
- Swift 4從零到精通iOS開發
- 計算機應用基礎教程(Windows 7+Office 2010)
- ArcGIS for Desktop Cookbook
- 移動增值應用開發技術導論
- JavaScript+jQuery網頁特效設計任務驅動教程
- PHP動態網站開發實踐教程