From eeb616ba445c7b214c6a5d9e6007deef481c52f4 Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Sat, 7 Nov 2020 21:03:59 -0600 Subject: [PATCH] Option TYPE_EXTENSION --- Home.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 6650a70..45ee657 100644 --- a/Home.md +++ b/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)