128 | | * Extracted Menu Items into a specific module (that has same functionality as the module itself): |
129 | | * |
130 | | |
| 128 | * Will be extracted Menu Items into a specific module (that has same functionality as the item itself) and register them accordinaly: |
| 129 | * ExportToPDFItem to extra.func.print.pdf.export module |
| 130 | * InsertPDFItem to extra.func.pdf.view module |
| 131 | * InsertImageItem to extra.func.image.view module |
| 132 | * InsertAudioItem to extra.func.media.view module |
| 133 | * InsertAudioRecordItem to extra.func.media.view.controls module |
| 134 | * InsertVideoItem to extra.func.media.view module |
| 135 | |