Skip to content

Commit

Permalink
Merge pull request #335 from infinum/feature/fe-libs-tailwind
Browse files Browse the repository at this point in the history
FE libs Tailwind - part 5.1
  • Loading branch information
goranalkovic-infinum authored Jul 11, 2024
2 parents 8edbb1f + 4a3286d commit 49b959c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified playground-files/es-wp-playground.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions website/src/pages/playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export default function Playground() {
{supportsServiceWorkers && (
<iframe
className='es-full-size border-t border-t-grey-200'
sandbox='allow-forms allow-modals allow-orientation-lock allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-presentation allow-same-origin allow-scripts allow-top-navigation allow-top-navigation-by-user-activation'
src={`https://playground.wordpress.net?php=8.3&wp=6.5&networking=yes&mode=browser-full-screen&login=true&import-site=${themeZipUrl}`}
sandbox='allow-forms allow-modals allow-orientation-lock allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-presentation allow-same-origin allow-scripts allow-top-navigation allow-top-navigation-by-user-activation allow-downloads'
src={`https://playground.wordpress.net?php=8.3&wp=6.5&networking=yes&mode=browser-full-screen&import-site=${themeZipUrl}`}
/>
)}
</Layout>
Expand Down

0 comments on commit 49b959c

Please sign in to comment.