Replies: 1 comment 5 replies
-
Hey there! Sorry for not replying for so long: Lea is at the conference right now, and I was a bit swamped.
You can make the whole page an app by adding
You can definitely use the value of that property inside your app. But how are you planning to edit it? Do you expect the
This is an interesting case. I checked it with the Mavo Inspector and found that Mavo finds the Btw, If the only thing you need is to be able to set <html mv-app="appName">
<head>
<title mv-value="page_title">Default Title</title>
...
</head>
<body>
<meta property="page_title" content="Page Title" />
</body>
</html> I used Hope it helps! |
Beta Was this translation helpful? Give feedback.
-
Hi
I would like to use a property for elements inside
<head>
tag.Till now, I used mavo inside the
<body>
tag only.Is it possible (and fine to do) and if so, how would be the best way to do it, considering 2 use cases:
<title>
is it ok to use something like:
<title property="title">my title</title>
<meta>
which already have an attribute 'property' (!)<meta property="og:title" content="Description of my page">
<meta property="og:title" content="Description of my page" mv-attr-content="THE NEW DESCRIPTION">
Beta Was this translation helpful? Give feedback.
All reactions