Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sage10 support #112

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
8b6cb30
remove unused files && add sage10 support
danlapteacru Jun 3, 2020
4da191d
sageflbuilder container to roots/app
danlapteacru Jun 3, 2020
06ba097
remove richtext
danlapteacru Jun 4, 2020
b7959f6
remove aliases
danlapteacru Jun 8, 2020
38c1c78
get compiled
danlapteacru Jun 9, 2020
81383f6
remove abstract functions
danlapteacru Jun 9, 2020
6e405f8
Remove redundant packages. Min stab dev
codepuncher Jun 10, 2020
42835ef
add ServiceProvider
danlapteacru Jun 11, 2020
f37c20f
sage flbuilder themer support
danlapteacru Jun 12, 2020
543ac81
remove redundant functions
danlapteacru Jun 12, 2020
6b52721
add layout
danlapteacru Jun 15, 2020
7317763
change views dir
danlapteacru Jun 15, 2020
fe18cd9
changes
danlapteacru Jun 15, 2020
1a194d5
double quotes to single quotes
danlapteacru Jun 16, 2020
af30e1b
cr php:^7.4
codepuncher Jul 28, 2020
4657bd7
Pass data to templates and type properties
codepuncher Jul 28, 2020
ad04af1
Cleanup templates
codepuncher Jul 28, 2020
4990ec9
Don't ignore resources directory
codepuncher Jul 28, 2020
a702eb1
Use a View Composer to pass data to views
codepuncher Jul 28, 2020
0e4def9
Rename view namespaces
codepuncher Jul 28, 2020
a76421b
Cast string IDs to int
codepuncher Jul 28, 2020
362fb41
Fix not loading theme namespace
codepuncher Jul 28, 2020
f484236
export-ignore
codepuncher Jul 31, 2020
9cee759
Allow filtering Post ID passed to template
codepuncher Aug 2, 2020
295a86f
array
danlapteacru Nov 18, 2020
7d061fe
remove array #view
danlapteacru Nov 18, 2020
d8bf8f3
loading view from the sage-flbuilder Modules directory
danlapteacru Dec 17, 2020
395ad60
Merge pull request #113 from ItinerisLtd/sage10-load-view-from-sagefl…
danlapteacru Dec 17, 2020
afdb9ca
cr roots/acorn:2.0.0-alpha.0
codepuncher Jul 4, 2021
125c40e
cr 'php:^7.4 || ^8.0'
codepuncher Dec 7, 2022
a916360
cr roots/acorn
codepuncher Dec 7, 2022
2d63750
roots/acorn is a bedrock dependency
codepuncher Dec 7, 2022
bea2d6f
cr php:^8.1 -W
codepuncher Dec 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename view namespaces
  • Loading branch information
codepuncher committed Jul 28, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0e4def94ff5f58ef1033330cdc1b82d858452535
2 changes: 1 addition & 1 deletion resources/views/fl-builder-archive.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@extends('ItinerisSageFLBuilderViews::layouts.archive')
@extends('ItinerisSageFLBuilder::layouts.archive')

@section('content')
@php FLBuilder::render_content_by_id($post_id, 'div', apply_filters('fl_theme_builder_content_attrs', [])); @endphp
2 changes: 1 addition & 1 deletion resources/views/fl-builder-single.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@extends('ItinerisSageFLBuilderViews::layouts.archive')
@extends('ItinerisSageFLBuilder::layouts.archive')

@section('content')
@php FLBuilder::render_content_by_id($post_id, 'div', apply_filters('fl_theme_builder_content_attrs', [])); @endphp