debut 040
This commit is contained in:
parent
9413831037
commit
8e2fcd073d
2 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ The `disabled` property
|
||||||
|
|
||||||
In this section we will learn:
|
In this section we will learn:
|
||||||
|
|
||||||
- what a *property* is
|
- what a *property* is (actually we already used one: the :term:`mandatory` property
|
||||||
- how to disable a family (yes, a family can disapear in the outerspace)
|
- how to disable a family (yes, a family can disapear in the outerspace)
|
||||||
- explain the `disabled` property
|
- explain the `disabled` property
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@ Some suitable types
|
||||||
|
|
||||||
.. objectives:: Objectives
|
.. objectives:: Objectives
|
||||||
|
|
||||||
There isn't just the `string` or `integer` type, there are basic types
|
There aren't just the basic available types such as `string`, `integer` or `boolean`,
|
||||||
that are much more suited to our use case, such as `domainname`, `port`, and `boolean`.
|
that are some much more suited to our use case, such as `domainname` or `port`.
|
||||||
|
|
||||||
.. prerequisites:: Prerequisites
|
.. prerequisites:: Prerequisites
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue