- 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.
- 微服務設計(第2版)
- PHP程序設計(慕課版)
- Hands-On Image Processing with Python
- HTML5 移動Web開發從入門到精通(微課精編版)
- Java從入門到精通(第4版)
- Mastering Google App Engine
- Learning Three.js:The JavaScript 3D Library for WebGL
- Java EE 8 Application Development
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- LabVIEW虛擬儀器入門與測控應用100例
- 從Power BI到Analysis Services:企業級數據分析實戰
- Elasticsearch Blueprints
- Java EE項目應用開發
- Java核心編程
- Getting Started with Web Components