- 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.
- 程序員修煉之道:程序設計入門30講
- Mastering JavaScript Functional Programming
- Hands-On Image Processing with Python
- Python程序設計(第3版)
- 算法訓練營:入門篇(全彩版)
- 樂高機器人設計技巧:EV3結構設計與編程指導
- SSM輕量級框架應用實戰
- Hands-On Full Stack Development with Go
- RSpec Essentials
- Angular開發入門與實戰
- Yii Project Blueprints
- 微服務架構深度解析:原理、實踐與進階
- Scala Reactive Programming
- 平面設計經典案例教程:CorelDRAW X6
- Python Social Media Analytics