Option TYPE_EXTENSION

Mauricio Baeza 2020-11-07 21:03:59 -06:00
parent e1a14df0da
commit eeb616ba44
1 changed files with 22 additions and 1 deletions

23
Home.md

@ -85,7 +85,28 @@ unopkg done.
```
* [File conf.py](conf.py)
## File conf.py
Only modify this options.
**Configure correctly this options in this file, before you start code your extension.**
### Type extension
`TYPE_EXTENSION`
It's important select correctly this option.
* Integer
* 1 = Normal extension
* 2 = New components
* 3 = Calc addin
Example:
```python
TYPE_EXTENSION = 1
```
* [Library easymacro.py](easymacro)
[Leer en español](es.home)