Skip to content

Commit

Permalink
migrating page feed block
Browse files Browse the repository at this point in the history
Includes:
required social icons
dependent page feed card block
loading animation gif file
small scripts.js refactor
  • Loading branch information
qiyundai committed Oct 13, 2023
1 parent e8dfc61 commit 1e25173
Show file tree
Hide file tree
Showing 18 changed files with 1,207 additions and 16 deletions.
5 changes: 5 additions & 0 deletions franklin/blocks/page-feed-card/page-feed-card.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* this block should not appear within the page, only within other pages that link to this page using the page-feed block. */

main .page-feed-card {
display: none;
}
6 changes: 6 additions & 0 deletions franklin/blocks/page-feed-card/page-feed-card.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// this block should not appear within the page
// only within other pages that link to this page using the page-feed block

export default function init(el) {
return el;
}
Binary file added franklin/blocks/page-feed/loader-circle.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1e25173

Please sign in to comment.