-1

Where does Magento save the custom cms pages in Filesystem?

I Created a new page but it aint accepting the following in its WYSIWYG editor, although i edited it in the html source design of the page:

<style>
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, ul, li {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}

:focus {
outline: 0;
}

</style>

I have also to embed some scripts in the page but it just doesnt accept that...so i though i could find the files created in the file system...where are they stored??

4

2 回答 2

3

当您从 magento 后端创建自定义页面或小部件时,它存储在数据库本身中。

于 2012-08-08T13:24:41.317 回答
2

Cms 页面存储在cms_page表中的 db 中。cms_block
中的 Cms 块

于 2012-08-08T18:56:58.163 回答