Drag and Drop #369
Replies: 3 comments
-
Hi My understanding is that you want the templates from the new page dialog to also include assets like images/css/js that will be copied when the page is created? For js/css libraries a cdn can be used and for for custom css and js inline To work for all type of assets templates should support both .html files and folders that include everything the page needs. |
Beta Was this translation helpful? Give feedback.
-
Olá, sim, sim... Os arquivos está em .html, o que eu falo é que os outros arquivos .html que tem no modelo ele não copia e nem as pasta das imagens e os css/ js/ |
Beta Was this translation helpful? Give feedback.
-
Givan tudo bem??
Eu baixei um modelo do seu site pra testar, poco/ ele tem várias páginas em
html e as pasta css/ js/ fonts/ imagens/
E ele apenas faz a cópia de único arquivo que seria do index.html da pasta
poco/ os demais ele não cópia..
É possível fazer este ajuste?? Eu fui fazer e dá erro na hora de salvar..
Quanto custa pra poder fazer isso??
Em seg., 22 de jul. de 2024 16:31, Givan ***@***.***>
escreveu:
… Hi
My understanding is that you want the templates from the new page dialog
to also include assets like images/css/js that will be copied when the page
is created?
templates.png (view on web)
<https://github.com/user-attachments/assets/23f56319-5bb3-4ce0-a6db-a7bca9a75d45>
For js/css libraries a cdn can be used and for for custom css and js
inline <style></style> and <script></script> tags, the issue remains for
other assets like images.
To work for all type of assets templates should support both .html files
and folders that include everything the page needs.
—
Reply to this email directly, view it on GitHub
<#369 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AETQMNZGXECYU7WMMQWMJVLZNVT3ZAVCNFSM6AAAAABLDN4JV2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMJRHEYTINI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Olá tudo bem, estou com uma dificuldade em copiar todos da pasta selecionada
Bom é o seguinte tenho um codigo html onde selecione um modelo de site para poder criar na base selecionada, ele criar ate então, mas ele esta pegando somente o index.html
Mas quero que ele salva junto ao novo projeto o css, js, img, images, assets e fonts, quando faço os ajuste para que pega tudo isso ele me da erro ao salvar
Vou mostra parte do html onde faz a seleção dos modelos no html
`
Nova página
Modelo
Modelo em branco Modelo 1 de L2 Modelo 3 de L2 Modelo 3 de L2
Nome da página
Nome do arquivo
Salvar na pasta
quando ele salva so salva
my-pasta/index.html
e quando for salva ele salva dentro de um pasta Projetos/MeuSite1
Projetos/MeuSite2 e assim vai
Ela teria que salvar css/ js/ img/ assets/ etc..
Ela só salva o arquivo html
Beta Was this translation helpful? Give feedback.
All reactions